Compartir a través de


MemberCollection.GetEnumerator Método

Gets an enumerator for iterating through the collection.

Espacio de nombres:  Microsoft.AnalysisServices.AdomdServer
Ensamblado:  msmgdsrv (en msmgdsrv.dll)

Sintaxis

'Declaración
Public Function GetEnumerator As MemberCollection.Enumerator
'Uso
Dim instance As MemberCollection 
Dim returnValue As MemberCollection.Enumerator 

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

Valor devuelto

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

Vea también

Referencia

MemberCollection Clase

Sobrecarga de GetEnumerator

Espacio de nombres Microsoft.AnalysisServices.AdomdServer