Partager via


Méthode AdomdDataReader.GetValue

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

Espace de noms :  Microsoft.AnalysisServices.AdomdClient
Assembly :  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)

Syntaxe

'Déclaration
Public Function GetValue ( _
    ordinal As Integer _
) As Object
'Utilisation
Dim instance As AdomdDataReader 
Dim ordinal As Integer 
Dim returnValue As Object 

returnValue = instance.GetValue(ordinal)
public Object GetValue(
    int ordinal
)
public:
virtual Object^ GetValue(
    int ordinal
) sealed
abstract GetValue : 
        ordinal:int -> Object  
override GetValue : 
        ordinal:int -> Object
public final function GetValue(
    ordinal : int
) : Object

Paramètres

  • ordinal
    Type : System.Int32
    The zero-based ordinal position of the column to be retrieved.

Valeur de retour

Type : System.Object
An Object that contains the value of the specified column.

Implémente

IDataRecord.GetValue(Int32)

Voir aussi

Référence

AdomdDataReader Classe

Espace de noms Microsoft.AnalysisServices.AdomdClient