Get the child tables of this table.
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
A string array of the child tables for this parent table.
Remarks
This returns a list of the child tables of this table. If this is not a parent table null is returned. If this table has no child tables either null or an empty list may be returned.