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

Syntax

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

Return Value

The names of the fields of the table. These should be the same array of field names that was specified at load time.

Implements

INetricsTableStats.getFieldNames

See Also