Freigeben über


BusinessLogicDataReader.GetDouble-Methode

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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

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

Syntax

'Declaration
Public Function GetDouble ( _
    i As Integer _
) As Double
'Usage
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

Parameter

Rückgabewert

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

Implementiert

IDataRecord.GetDouble(Int32)

Siehe auch

Verweis

BusinessLogicDataReader Klasse

Microsoft.SqlServer.Replication.BusinessLogicSupport-Namespace