GetDataReader 方法

Gets an AdomdDataReader object from the specified column.

命名空间:  Microsoft.AnalysisServices.AdomdClient
程序集:  Microsoft.AnalysisServices.AdomdClient(在 Microsoft.AnalysisServices.AdomdClient.dll 中)

语法

声明
Public Function GetDataReader ( _
    ordinal As Integer _
) As AdomdDataReader
用法
Dim instance As AdomdDataReader
Dim ordinal As Integer
Dim returnValue As AdomdDataReader

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

参数

返回值

类型:Microsoft.AnalysisServices.AdomdClient. . :: . .AdomdDataReader
An AdomdDataReader object from the specified column.