Partager via


Méthode AdomdDataReader.GetDouble

Returns a Double that contains the value from the specified column.

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

Syntaxe

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

returnValue = instance.GetDouble(ordinal)
public double GetDouble(
    int ordinal
)
public:
virtual double GetDouble(
    int ordinal
) sealed
abstract GetDouble : 
        ordinal:int -> float  
override GetDouble : 
        ordinal:int -> float
public final function GetDouble(
    ordinal : int
) : double

Paramètres

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

Valeur de retour

Type : System.Double
A Double that contains the value of the specified column.

Implémente

IDataRecord.GetDouble(Int32)

Voir aussi

Référence

AdomdDataReader Classe

Espace de noms Microsoft.AnalysisServices.AdomdClient