PipelineBuffer.GetSingle(Int32) メソッド

定義

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

public:
 float GetSingle(int columnIndex);
public float GetSingle (int columnIndex);
member this.GetSingle : int -> single
Public Function GetSingle (columnIndex As Integer) As Single

パラメーター

columnIndex
Int32

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

戻り値

PipelineBuffer 列に含まれる float。

注釈

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

列の値が null の場合、PipelineBufferColumnIsNullException を生成します。 null かどうかは、列データにアクセスする前に、IsNull メソッドを呼び出して確認できます。

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

適用対象