Compartilhar via


Método LevelPropertyCollection.GetEnumerator

Obtém um Enumerator para iteração pela coleção.

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (em msmgdsrv.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.AdomdServer.LevelPropertyCollection.Enumerator
Um objeto IEnumerator que pode ser usado para iterar na coleção.

Consulte também

Referência

LevelPropertyCollection Classe

Sobrecarregado GetEnumerator

Namespace Microsoft.AnalysisServices.AdomdServer