次の方法で共有


GetInt64 メソッド

PipelineBuffer 列に格納されている long を取得します。

名前空間:  Microsoft.SqlServer.Dts.Pipeline
アセンブリ:  Microsoft.SqlServer.PipelineHost (Microsoft.SqlServer.PipelineHost.dll)

構文

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

returnValue = instance.GetInt64(columnIndex)
public long GetInt64(
    int columnIndex
)
public:
long long GetInt64(
    int columnIndex
)
member GetInt64 : 
        columnIndex:int -> int64 
public function GetInt64(
    columnIndex : int
) : long

パラメーター

戻り値

型: System. . :: . .Int64
PipelineBuffer 列に格納されている long。

説明

このメソッドは、Integration Services の DT_I8 データ型に有効です。

列の値が null の場合、PipelineBufferColumnIsNullException を生成します。null かどうかは IsNull メソッドを呼び出して確認できます。

Integration Services のデータ型と、それぞれのデータ型に対して使用する、PipelineBuffer クラスの対応する Get メソッドおよび Set メソッドの一覧については、「データ フロー内のデータ型の処理」を参照してください。