Freigeben über


GetFloat-Methode

Returns data for the specified column with the given type. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.

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

Syntax

'Declaration
Public Function GetFloat ( _
    i As Integer _
) As Single
'Usage
Dim instance As DataProvider
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
A data for the specified column.

Implementiert

IDataRecord. . :: . .GetFloat(Int32)