Compartilhar via


Método RoleMemberCollection.IEnumerable.GetEnumerator

Returns an enumerator that iterates through a collection.

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

Sintaxe

'Declaração
Private Function GetEnumerator As IEnumerator 
    Implements IEnumerable.GetEnumerator
'Uso
Dim instance As RoleMemberCollection 
Dim returnValue As IEnumerator 

returnValue = CType(instance, IEnumerable).GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()
private:
virtual IEnumerator^ GetEnumerator() sealed = IEnumerable::GetEnumerator
private abstract GetEnumerator : unit -> IEnumerator  
private override GetEnumerator : unit -> IEnumerator
JScript dá suporte ao uso de implementações de interfaces explícitas, mas não a declarações de implementações novas.

Valor de retorno

Tipo: System.Collections.IEnumerator
An IEnumerator object that can be used to iterate through the collection.

Implementa

IEnumerable.GetEnumerator()

Consulte também

Referência

RoleMemberCollection Classe

Namespace Microsoft.AnalysisServices