Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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.