Méthode LevelCollection.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 LevelCollection.Enumerator
'Utilisation
Dim instance As LevelCollection
Dim returnValue As LevelCollection.Enumerator
returnValue = instance.GetEnumerator()
public LevelCollection.Enumerator GetEnumerator()
public:
LevelCollection.Enumerator^ GetEnumerator()
member GetEnumerator : unit -> LevelCollection.Enumerator
public function GetEnumerator() : LevelCollection.Enumerator
Valeur de retour
Type : Microsoft.AnalysisServices.AdomdServer.LevelCollection.Enumerator
An IEnumerator object that can be used to iterate through the collection.