Return the name of the table the index is associated with.


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

Syntax

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

Implements

INetricsIdxStats.TableName

See Also