PipelineBuffer.GetDateTimeOffset(Int32) メソッド

定義

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

public:
 DateTimeOffset GetDateTimeOffset(int columnIndex);
public DateTimeOffset GetDateTimeOffset (int columnIndex);
member this.GetDateTimeOffset : int -> DateTimeOffset
Public Function GetDateTimeOffset (columnIndex As Integer) As DateTimeOffset

パラメーター

columnIndex
Int32

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

戻り値

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

注釈

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

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

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

適用対象