Partager via


Méthode AdomdDataReader.GetValue

Retourne la valeur de la colonne spécifiée dans son format natif.

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

Syntaxe

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

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

Paramètres

  • i
    Type : Int32
    Position ordinale de base zéro de la colonne à récupérer.

Valeur de retour

Type : Object
Object qui contient la valeur de la colonne spécifiée.

Implémente

IDataRecordGetValue(Int32)

Voir aussi

Référence

AdomdDataReader Classe

Espace de noms Microsoft.AnalysisServices.AdomdServer