Condividi tramite


Metodo LevelCollection.GetEnumerator

Ottiene un oggetto Enumerator per l'iterazione della raccolta.

Spazio dei nomi  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Sintassi

'Dichiarazione
Public Function GetEnumerator As LevelCollection.Enumerator
'Utilizzo
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

Valore restituito

Tipo: Microsoft.AnalysisServices.AdomdServer.LevelCollection.Enumerator
Oggetto IEnumerator che può essere utilizzato per scorrere la raccolta.

Vedere anche

Riferimento

LevelCollection Classe

Overload GetEnumerator

Spazio dei nomi Microsoft.AnalysisServices.AdomdServer