Partilhar via


Método GetFloat

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 GetFloat ( _
    i As Integer _
) As Single
'Uso
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

Parâmetros

Valor de retorno

Tipo: System. . :: . .Single
A data for the specified column.

Implementa

IDataRecord. . :: . .GetFloat(Int32)