AdomdDataReader.GetValues 方法
取得目前資料列中之所有資料行的值陣列。
命名空間: Microsoft.AnalysisServices.AdomdServer
組件: msmgdsrv (在 msmgdsrv.dll 中)
語法
'宣告
Public Function GetValues ( _
As Object() _
) As Integer
'用途
Dim instance As AdomdDataReader
DimAs Object()
Dim returnValue As Integer
returnValue = instance.GetValues()
public int GetValues(
Object[]
)
public:
virtual int GetValues(
array<Object^>^
) sealed
abstract GetValues :
:Object[] -> int
override GetValues :
:Object[] -> int
public final function GetValues(
: Object[]
) : int
參數
- 型別:array<Object[]
要將資料行值複製到其中的 Object 物件陣列。
傳回值
型別:Int32
Integer ,其中包含複製至 Object 物件陣列中的執行個體數。
實作
IDataRecordGetValues(Object)