Partager via


GetEnumerator méthode

Gets an Enumerator for iterating through the collection.

Espace de noms :  Microsoft.AnalysisServices.AdomdClient
Assembly :  Microsoft.AnalysisServices.AdomdClient (dans Microsoft.AnalysisServices.AdomdClient.dll)

Syntaxe

'Déclaration
Public Function GetEnumerator As MemberPropertyCollection..::..Enumerator
'Utilisation
Dim instance As MemberPropertyCollection
Dim returnValue As MemberPropertyCollection..::..Enumerator

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