Get the set of the current data item names. This retrieves the set of data item names referenced in the unmapped version of the predicate expression.
Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Function getCurrentDataNames() As ReadOnlyCollection(Of String) |
C# |
---|
public ReadOnlyCollection<string> getCurrentDataNames() |
C++ |
---|
public: ReadOnlyCollection<string> getCurrentDataNames() sealed |
J# |
---|
public ReadOnlyCollection<string> getCurrentDataNames() |
JScript |
---|
public function getCurrentDataNames() : ReadOnlyCollection<string> |
Return Value
A read-only collection of the data item names referenced.