Partager via


Méthode MemberCollection.GetEnumerator

Gets an enumerator for iterating through the collection.

Espace de noms :  Microsoft.AnalysisServices.AdomdServer
Assembly :  msmgdsrv (en msmgdsrv.dll)

Syntaxe

'Déclaration
Public Function GetEnumerator As MemberCollection.Enumerator
'Utilisation
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

Valeur de retour

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

Voir aussi

Référence

MemberCollection Classe

Surcharge GetEnumerator

Espace de noms Microsoft.AnalysisServices.AdomdServer