Méthode CellPropertyCollection.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 CellPropertyCollection.Enumerator
'Utilisation
Dim instance As CellPropertyCollection
Dim returnValue As CellPropertyCollection.Enumerator
returnValue = instance.GetEnumerator()
public CellPropertyCollection.Enumerator GetEnumerator()
public:
CellPropertyCollection.Enumerator GetEnumerator()
member GetEnumerator : unit -> CellPropertyCollection.Enumerator
public function GetEnumerator() : CellPropertyCollection.Enumerator
Valeur de retour
Type : Microsoft.AnalysisServices.AdomdClient.CellPropertyCollection.Enumerator
An IEnumerator object that can be used to iterate through the collection.