次の方法で共有


DataProvider.GetDecimal メソッド

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

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

構文

'宣言
Public Function GetDecimal ( _
    i As Integer _
) As Decimal
'使用
Dim instance As DataProvider 
Dim i As Integer 
Dim returnValue As Decimal 

returnValue = instance.GetDecimal(i)
public decimal GetDecimal(
    int i
)
public:
virtual Decimal GetDecimal(
    int i
) sealed
abstract GetDecimal : 
        i:int -> decimal  
override GetDecimal : 
        i:int -> decimal
public final function GetDecimal(
    i : int
) : decimal

パラメーター

戻り値

型: System.Decimal
指定された型を持つ指定された列のデータです。

実装

IDataRecord.GetDecimal(Int32)

関連項目

参照

DataProvider クラス

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