Configure a standard search against a single table.


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

Syntax

Visual Basic (Declaration)
Public Sub New( _ 
   ByVal tblname As String _ 
)
C#
public NetricsSearchCfg(
   string tblname
)
C++
public:
 NetricsSearchCfg(
   String tblname
) sealed 
J#
public NetricsSearchCfg(
   string tblname
)
JScript
public function NetricsSearchCfg(
   tblname : String
)

Parameters

tblname
The name of the table to be searched.

Remarks

This configuration is not usable until a query has been added with the setNetricsQuery method.

See Also