Поделиться через


Метод AdomdDataReader.GetValues

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[])

См. также

Справочник

AdomdDataReader Класс

Пространство имен Microsoft.AnalysisServices.AdomdClient