PipelineBuffer.GetBoolean(Int32) メソッド

定義

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

public:
 bool GetBoolean(int columnIndex);
public bool GetBoolean (int columnIndex);
member this.GetBoolean : int -> bool
Public Function GetBoolean (columnIndex As Integer) As Boolean

パラメーター

columnIndex
Int32

PipelineBuffer 行の列のインデックス。

戻り値

列に PipelineBuffer 格納されているブール値。

注釈

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

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

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

適用対象