AdomdDataReader.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
參數
- ordinal
型別:System.Int32
The zero-based ordinal position of the column to be retrieved.
傳回值
型別:Microsoft.AnalysisServices.AdomdClient.AdomdDataReader
An AdomdDataReader object from the specified column.