AdomdDataReader.GetValues Method

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

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Syntax

'Declaration
Public Function GetValues ( _
    As Object() _
) As Integer
'Usage
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

Parameters

  • Type: array<Object[]
    An array of Object objects into which to copy the column values.

Return Value

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

Implements

IDataRecordGetValues(Object)

See Also

Reference

AdomdDataReader Class

Microsoft.AnalysisServices.AdomdServer Namespace