AdomdDataReader.GetValue メソッド
指定された列の値をネイティブ形式で返します。
名前空間: Microsoft.AnalysisServices.AdomdClient
アセンブリ: Microsoft.AnalysisServices.AdomdClient (Microsoft.AnalysisServices.AdomdClient.dll)
構文
'宣言
Public Function GetValue ( _
ordinal As Integer _
) As Object
'使用
Dim instance As AdomdDataReader
Dim ordinal As Integer
Dim returnValue As Object
returnValue = instance.GetValue(ordinal)
public Object GetValue(
int ordinal
)
public:
virtual Object^ GetValue(
int ordinal
) sealed
abstract GetValue :
ordinal:int -> Object
override GetValue :
ordinal:int -> Object
public final function GetValue(
ordinal : int
) : Object
パラメーター
- ordinal
型: System.Int32
取得する列の位置を示す 0 から始まる序数です。
戻り値
型: System.Object
指定された列の値を表す Object です。