DataProvider.GetFloat 方法

Returns data for the specified column with the given type. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。

命名空间:  Microsoft.SqlServer.Management.Sdk.Sfc
程序集:  Microsoft.SqlServer.Management.Sdk.Sfc(在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

语法

声明
Public Function GetFloat ( _
    i As Integer _
) As Single
用法
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

参数

返回值

类型:System.Single
A data for the specified column.

实现

IDataRecord.GetFloat(Int32)

请参阅

参考

DataProvider 类

Microsoft.SqlServer.Management.Sdk.Sfc 命名空间