Freigeben über


OlapInfoAxisCollection.GetEnumerator-Methode

Gets an instance of the Enumerator class for iterating through the collection.

Namespace:  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Syntax

'Declaration
Public Function GetEnumerator As OlapInfoAxisCollection.Enumerator
'Usage
Dim instance As OlapInfoAxisCollection 
Dim returnValue As OlapInfoAxisCollection.Enumerator 

returnValue = instance.GetEnumerator()
public OlapInfoAxisCollection.Enumerator GetEnumerator()
public:
OlapInfoAxisCollection.Enumerator GetEnumerator()
member GetEnumerator : unit -> OlapInfoAxisCollection.Enumerator
public function GetEnumerator() : OlapInfoAxisCollection.Enumerator

Rückgabewert

Typ: Microsoft.AnalysisServices.AdomdClient.OlapInfoAxisCollection.Enumerator
An IEnumerator object that can be used to iterate through the collection.

Siehe auch

Verweis

OlapInfoAxisCollection Klasse

Microsoft.AnalysisServices.AdomdClient-Namespace