GetValues メソッド
現在の行のすべての列の値の配列を取得します。
名前空間: Microsoft.AnalysisServices.AdomdServer
アセンブリ: msmgdsrv (msmgdsrv.dll)
構文
'宣言
Public Function GetValues ( _
As Object() _
) As Integer
'使用
Dim instance As AdomdDataReader
Dim As 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
パラメーター
- __unnamed0
型: array<System. . :: . .Object> [] () [] []
列の値をコピーする Object オブジェクトの配列です。
戻り値
型: System. . :: . .Int32
Object オブジェクトの配列にコピーされたインスタンスの数を表す Integer です。