Метод AdomdDataReader.GetEnumerator
Gets an IEnumerator interface for iterating through the collection.
Пространство имен: Microsoft.AnalysisServices.AdomdClient
Сборка: Microsoft.AnalysisServices.AdomdClient (в Microsoft.AnalysisServices.AdomdClient.dll)
Синтаксис
'Декларация
Public Function GetEnumerator As AdomdDataReader.Enumerator
'Применение
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
Возвращаемое значение
Тип: Microsoft.AnalysisServices.AdomdClient.AdomdDataReader.Enumerator
An IEnumerator interface for iterating through the collection.
Замечания
For more information about this interface, see System.Collections.IEnumerator.