AdomdDataReader.GetValue メソッド

指定された列の値をネイティブ形式で返します。

名前空間:  Microsoft.AnalysisServices.AdomdServer
アセンブリ:  msmgdsrv (msmgdsrv.dll)

構文

'宣言
Public Function GetValue ( _
    i As Integer _
) As Object
'使用
Dim instance As AdomdDataReader 
Dim i As Integer 
Dim returnValue As Object 

returnValue = instance.GetValue(i)
public Object GetValue(
    int i
)
public:
virtual Object^ GetValue(
    int i
) sealed
abstract GetValue : 
        i:int -> Object  
override GetValue : 
        i:int -> Object
public final function GetValue(
    i : int
) : Object

パラメーター

  • i
    型: System.Int32
    取得する列の位置を示す 0 から始まる序数です。

戻り値

型: System.Object
指定された列の値を表す Object です。

実装

IDataRecord.GetValue(Int32)

関連項目

参照

AdomdDataReader クラス

Microsoft.AnalysisServices.AdomdServer 名前空間