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

Syntax

Visual Basic (Declaration)
Public Function getChildTables() As List(Of String)
C#
public List<string> getChildTables()
C++
public:
 List<string> getChildTables() sealed 
J#
public List<string> getChildTables()
JScript
public  function getChildTables() : List<string>

Return Value

the list of child table names.

See Also