Compartilhar via


Método LevelCollection.GetEnumerator

Gets an Enumerator for iterating through the collection.

Namespace:  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (em Microsoft.AnalysisServices.AdomdClient.dll)

Sintaxe

'Declaração
Public Function GetEnumerator As LevelCollection.Enumerator
'Uso
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

Valor de retorno

Tipo: Microsoft.AnalysisServices.AdomdClient.LevelCollection.Enumerator
An IEnumerator object that can be used to iterate through the LevelCollection.

Consulte também

Referência

LevelCollection Classe

Namespace Microsoft.AnalysisServices.AdomdClient