Partager via


Méthode GetEnumerator

Gets an Enumerator for iterating through the collection.

Espace de noms :  Microsoft.AnalysisServices.AdomdClient
Assembly :  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)

Syntaxe

'Déclaration
Public Function GetEnumerator As CubeCollection..::..Enumerator
'Utilisation
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