Поделиться через


Метод AdomdDataReader.GetDataReader

Gets an AdomdDataReader object from the specified column.

Пространство имен:  Microsoft.AnalysisServices.AdomdServer
Сборка:  msmgdsrv (в msmgdsrv.dll)

Синтаксис

'Декларация
Public Function GetDataReader ( _
    index As Integer _
) As AdomdDataReader
'Применение
Dim instance As AdomdDataReader 
Dim index As Integer 
Dim returnValue As AdomdDataReader 

returnValue = instance.GetDataReader(index)
public AdomdDataReader GetDataReader(
    int index
)
public:
AdomdDataReader^ GetDataReader(
    int index
)
member GetDataReader : 
        index:int -> AdomdDataReader
public function GetDataReader(
    index : int
) : AdomdDataReader

Параметры

  • index
    Тип: System.Int32
    The zero-based ordinal position of the column to be retrieved.

Возвращаемое значение

Тип: Microsoft.AnalysisServices.AdomdServer.AdomdDataReader
An AdomdDataReader object from the specified column.

См. также

Справочник

AdomdDataReader Класс

Пространство имен Microsoft.AnalysisServices.AdomdServer