次の方法で共有


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

パラメーター

戻り値

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

実装

IDataRecord. . :: . .GetValue(Int32)