PipelineBuffer.GetInt64(Int32) メソッド

定義

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

public:
 long GetInt64(int columnIndex);
public long GetInt64 (int columnIndex);
member this.GetInt64 : int -> int64
Public Function GetInt64 (columnIndex As Integer) As Long

パラメーター

columnIndex
Int32

バッファー行の列のインデックスです。

戻り値

列に PipelineBuffer 格納されている長い値。

注釈

このメソッドは、Integration Services の DT_I8 データ型で動作します。

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

Integration Services データ型の完全な一覧とSet、各型で使用するクラスのPipelineBuffer対応するGetメソッドについては、「Data Flowでのデータ型の操作」を参照してください。

適用対象