Partager via


Méthode PropertyCollection.GetEnumerator

Gets an Enumerator for iterating through the PropertyCollection collection.

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

Syntaxe

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

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

Valeur de retour

Type : Microsoft.AnalysisServices.AdomdClient.PropertyCollection.Enumerator
An IEnumerator object that can be used to iterate through the collection.

Voir aussi

Référence

PropertyCollection Classe

Espace de noms Microsoft.AnalysisServices.AdomdClient