Partilhar via


Método BusinessLogicDataReader.GetDouble

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets the value of the specified column as a double-precision floating point number.

Namespace:  Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly:  Microsoft.SqlServer.Replication.BusinessLogicSupport (em Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Sintaxe

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

Consulte também

Referência

BusinessLogicDataReader Classe

Namespace Microsoft.SqlServer.Replication.BusinessLogicSupport