次の方法で共有


DataProvider.GetDouble メソッド

指定された型を持つ指定された列のデータを返します。 このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。

名前空間:  Microsoft.SqlServer.Management.Sdk.Sfc
アセンブリ:  Microsoft.SqlServer.Management.Sdk.Sfc (Microsoft.SqlServer.Management.Sdk.Sfc.dll)

構文

'宣言
Public Function GetDouble ( _
    i As Integer _
) As Double
'使用
Dim instance As DataProvider 
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

パラメーター

戻り値

型: System.Double
指定した列の値です。

実装

IDataRecord.GetDouble(Int32)

関連項目

参照

DataProvider クラス

Microsoft.SqlServer.Management.Sdk.Sfc 名前空間