Share via


AdomdDataReader.GetValues 메서드

Gets an array of values for all of the columns in the current row.

네임스페이스:  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

매개 변수

  • __unnamed0
    유형: 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[])

참고 항목

참조

AdomdDataReader 클래스

Microsoft.AnalysisServices.AdomdServer 네임스페이스