Condividi tramite


AdomdDataReader.GetValue Method

Returns the value for the specified column in its native format.

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

Sintassi

'Dichiarazione
Public Function GetValue ( _
    i As Integer _
) As Object
public Object GetValue (
    int i
)
public:
virtual Object^ GetValue (
    int i
) sealed
public final Object GetValue (
    int i
)
public final function GetValue (
    i : int
) : Object

Parametri

  • i
    The zero-based ordinal position of the column to be retrieved.

Valore restituito

An Object that contains the value of the specified column.

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