Condividi tramite


AdomdDataReader.GetValues Method

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

Spazio dei nomi: Microsoft.AnalysisServices.AdomdServer
Assembly : msmgdsrv (in msmgdsrv.dll)

Sintassi

'Dichiarazione
Public Function GetValues ( _
     As Object() _
) As Integer
public int GetValues (
    Object[] 
)
public:
virtual int GetValues (
    array<Object^>^ 
) sealed
public final int GetValues (
    Object[] 
)
public final function GetValues (
     : Object[]
) : int

Parametri

Valore restituito

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

Thread Safety

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.

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

AdomdDataReader Class
AdomdDataReader Members
Microsoft.AnalysisServices.AdomdServer Namespace