次の方法で共有


GetInt64 メソッド

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

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

構文

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

returnValue = instance.GetInt64(i)
public long GetInt64(
    int i
)
public:
virtual long long GetInt64(
    int i
) sealed
abstract GetInt64 : 
        i:int -> int64 
override GetInt64 : 
        i:int -> int64 
public final function GetInt64(
    i : int
) : long

パラメーター

戻り値

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

実装

IDataRecord. . :: . .GetInt64(Int32)