Partager via


Méthode DataProvider.GetDouble

Returns data for the specified column with the given type. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

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

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

Paramètres

Valeur de retour

Type : System.Double
The value of the specified column.

Implémente

IDataRecord.GetDouble(Int32)

Voir aussi

Référence

DataProvider Classe

Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc