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

Syntax

Visual Basic (Declaration)
Public Function getDbInfo() As String _
    Implements INetricsTableStats.getDbInfo
C#
public string getDbInfo()
C++
public:
 String getDbInfo() sealed 
J#
public string getDbInfo()
JScript
public  function getDbInfo() : String

Return Value

The table info field for this table. It will be null if no table info was specified at load time.

Implements

INetricsTableStats.getDbInfo

See Also