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

Syntax

Visual Basic (Declaration)
Public Function getParentTableName() As String
C#
public string getParentTableName()
C++
public:
 String getParentTableName() sealed 
J#
public string getParentTableName()
JScript
public  function getParentTableName() : String

Return Value

The name of the parent of this table, if this table is a child table.

Remarks

Returns null if the table is not a child table.

See Also