Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Gets an Enumerator for iterating through the AxisCollection collection.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
Syntax
'Declaration
Public Function GetEnumerator As AxisCollection.Enumerator
'Usage
Dim instance As AxisCollection
Dim returnValue As AxisCollection.Enumerator
returnValue = instance.GetEnumerator()
public AxisCollection.Enumerator GetEnumerator()
public:
AxisCollection.Enumerator GetEnumerator()
member GetEnumerator : unit -> AxisCollection.Enumerator
public function GetEnumerator() : AxisCollection.Enumerator
Return Value
Type: Microsoft.AnalysisServices.AdomdClient.AxisCollection.Enumerator
An IEnumerator object that can be used to iterate through the AxisCollection.