Can be used to get the field names from a NetricsTable returned by a dump.
Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Function getFieldNames() As String() _ Implements INetricsTable.getFieldNames |
| C# |
|---|
| public string[] getFieldNames() |
| C++ |
|---|
| public: array<String>^ getFieldNames() sealed |
| J# |
|---|
| public string[] getFieldNames() |
| JScript |
|---|
| public function getFieldNames() : String[] |