Partager via


Méthode CubeCollection.GetEnumerator

Gets an Enumerator for iterating through the collection.

Espace de noms :  Microsoft.AnalysisServices.AdomdServer
Assembly :  msmgdsrv (en msmgdsrv.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

Valeur de retour

Type : Microsoft.AnalysisServices.AdomdServer.CubeCollection.Enumerator
An IEnumerator object that can be used to iterate through the collection.

Voir aussi

Référence

CubeCollection Classe

Surcharge GetEnumerator

Espace de noms Microsoft.AnalysisServices.AdomdServer