Partager via


Méthode GetEnumerator

Gets an IEnumerator interface 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 AdomdDataReader..::..Enumerator
'Utilisation
Dim instance As AdomdDataReader
Dim returnValue As AdomdDataReader..::..Enumerator

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

Valeur de retour

Type : Microsoft.AnalysisServices.AdomdClient. . :: . .AdomdDataReader. . :: . .Enumerator
An IEnumerator interface for iterating through the collection.

Notes

For more information about this interface, see System.Collections..::..IEnumerator.