Freigeben über


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 CubeCollection..::..Enumerator
'Usage
Dim instance As CubeCollection
Dim returnValue As CubeCollection..::..Enumerator

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