Freigeben über


DimensionCollection.GetEnumerator-Methode

Gets an Enumerator for iterating through the collection.

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

Syntax

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

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

Rückgabewert

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

Siehe auch

Verweis

DimensionCollection Klasse

Microsoft.AnalysisServices.AdomdClient-Namespace