Partilhar via


Método GetDouble

Returns data for the specified column with the given type. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
Public Function GetDouble ( _
    i As Integer _
) As Double
'Uso
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

Parâmetros

Valor de retorno

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

Implementa

IDataRecord. . :: . .GetDouble(Int32)