Méthode OlapInfoPropertyCollection.GetEnumerator
Gets an Enumerator for iterating through the collection.
Espace de noms : Microsoft.AnalysisServices.AdomdClient
Assembly : Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)
Syntaxe
'Déclaration
Public Function GetEnumerator As OlapInfoPropertyCollection.Enumerator
'Utilisation
Dim instance As OlapInfoPropertyCollection
Dim returnValue As OlapInfoPropertyCollection.Enumerator
returnValue = instance.GetEnumerator()
public OlapInfoPropertyCollection.Enumerator GetEnumerator()
public:
OlapInfoPropertyCollection.Enumerator GetEnumerator()
member GetEnumerator : unit -> OlapInfoPropertyCollection.Enumerator
public function GetEnumerator() : OlapInfoPropertyCollection.Enumerator
Valeur de retour
Type : Microsoft.AnalysisServices.AdomdClient.OlapInfoPropertyCollection.Enumerator
An IEnumerator object that can be used to iterate through the collection.