Compartilhar via


Método LevelPropertyCollection.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 LevelPropertyCollection.Enumerator
'Uso
Dim instance As LevelPropertyCollection 
Dim returnValue As LevelPropertyCollection.Enumerator 

returnValue = instance.GetEnumerator()
public LevelPropertyCollection.Enumerator GetEnumerator()
public:
LevelPropertyCollection.Enumerator GetEnumerator()
member GetEnumerator : unit -> LevelPropertyCollection.Enumerator
public function GetEnumerator() : LevelPropertyCollection.Enumerator

Valor de retorno

Tipo: Microsoft.AnalysisServices.AdomdClient.LevelPropertyCollection.Enumerator
An Enumerator.

Consulte também

Referência

LevelPropertyCollection Classe

Namespace Microsoft.AnalysisServices.AdomdClient