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
型別:Int32
要擷取的資料行之以零為基底序數位置。
傳回值
型別:Object
包含指定之資料行值的 Object。
實作
IDataRecordGetValue(Int32)