Set the estimated number of records.


Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)

Syntax

Visual Basic (Declaration)
Public Sub setEstNumRecords( _ 
   ByVal est_num As Integer _ 
)
C#
public void setEstNumRecords(
   int est_num
)
C++
public:
 void setEstNumRecords(
   int est_num
) sealed 
J#
public void setEstNumRecords(
   int est_num
)
JScript
public  function setEstNumRecords(
   est_num : int
)

Remarks

This method is used to set the estimated number of records in the record source for this table. The server may use this to optimize loading of the records.

See Also