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 which this searchCfg object will apply. That is, field weights in this object will apply to fileds of this table, queries will search this table, etc.