Freigeben über


GetEnumerator-Methode

Gets an IEnumerator interface for iterating through the collection.

Namespace:  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Syntax

'Declaration
Public Function GetEnumerator As AdomdDataReader..::..Enumerator
'Usage
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

Rückgabewert

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

Hinweise

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