Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.