Share via


AxisCollection.GetEnumerator Method

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.

See Also

Reference

AxisCollection Class

Microsoft.AnalysisServices.AdomdClient Namespace