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


AdomdDataReader.GetValues Method

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

Пространство имен: Microsoft.AnalysisServices.AdomdClient
Сборка: Microsoft.AnalysisServices.AdomdClient (in microsoft.analysisservices.adomdclient.dll)

Синтаксис

'Декларация
Public Function GetValues ( _
    values As Object() _
) As Integer
public int GetValues (
    Object[] values
)
public:
virtual int GetValues (
    array<Object^>^ values
) sealed
public final int GetValues (
    Object[] values
)
public final function GetValues (
    values : Object[]
) : int

Параметры

  • values
    An array of Object objects into which to copy the column values.

Возвращаемое значение

An Integer that contains the number of instances copied into the array of Object objects.

Синхронизация потоков

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

AdomdDataReader Class
AdomdDataReader Members
Microsoft.AnalysisServices.AdomdClient Namespace