Compartilhar via


Método PropertyCollection.GetEnumerator

Gets an enumerator for iterating through the PropertyCollection collection.

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (em msmgdsrv.dll)

Sintaxe

'Declaração
Public Function GetEnumerator As IEnumerator
'Uso
Dim instance As PropertyCollection 
Dim returnValue As IEnumerator 

returnValue = instance.GetEnumerator()
public IEnumerator GetEnumerator()
public:
virtual IEnumerator^ GetEnumerator() sealed
abstract GetEnumerator : unit -> IEnumerator  
override GetEnumerator : unit -> IEnumerator
public final function GetEnumerator() : IEnumerator

Valor de retorno

Tipo: System.Collections.IEnumerator
An IEnumerator for iterating through the collection.

Implementa

IEnumerable.GetEnumerator()

Consulte também

Referência

PropertyCollection Classe

Sobrecarregado GetEnumerator

Namespace Microsoft.AnalysisServices.AdomdServer