Get the list of child tables for compound records.


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

Syntax

Visual Basic (Declaration)
Public Function getChildTables() As String()
C#
public string[] getChildTables()
C++
public:
 array<String>^ getChildTables() sealed 
J#
public string[] getChildTables()
JScript
public  function getChildTables() : String[]

Return Value

the list of child tables for compound records, null if none set.

See Also