Freigeben über


BusinessLogicDataReader.GetFloat-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 single-precision floating point number.

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

Syntax

'Declaration
Public Function GetFloat ( _
    i As Integer _
) As Single
'Usage
Dim instance As BusinessLogicDataReader 
Dim i As Integer 
Dim returnValue As Single 

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

Parameter

Rückgabewert

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

Implementiert

IDataRecord.GetFloat(Int32)

Siehe auch

Verweis

BusinessLogicDataReader Klasse

Microsoft.SqlServer.Replication.BusinessLogicSupport-Namespace