Gets an array of values for all of the columns in the current row.
네임스페이스: Microsoft.AnalysisServices.AdomdClient
어셈블리: Microsoft.AnalysisServices.AdomdClient(Microsoft.AnalysisServices.AdomdClient.dll)
구문
‘선언
Public Function GetValues ( _
values As Object() _
) As Integer
‘사용 방법
Dim instance As AdomdDataReader
Dim values As Object()
Dim returnValue As Integer
returnValue = instance.GetValues(values)
public int GetValues(
Object[] values
)
public:
virtual int GetValues(
array<Object^>^ values
) sealed
abstract GetValues :
values:Object[] -> int
override GetValues :
values:Object[] -> int
public final function GetValues(
values : Object[]
) : int
매개 변수
- values
유형: array<System.Object[]
An array of Object objects into which to copy the column values.
반환 값
유형: System.Int32
An Integer that contains the number of instances copied into the array of Object objects.
구현
IDataRecord.GetValues(array<Object[])