言語

PipelineBuffer.GetDate(Int32) メソッド

定義

PipelineBuffer列に保存されたDateTimeの値を取得します。

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

パラメーター

columnIndex
Int32

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

返品

DateTimeの値は PipelineBuffer 列に保存されています。

注釈

この方法はIntegration Servicesの DT_DBDATE データ型に対応します。

列の値がnullの場合、 PipelineBufferColumnIsNullExceptionを投げます。 IsNullメソッドを呼び出してnull値を確認することができます。

統合サービスのデータ型の完全なリストと、各タイプで使用するPipelineBufferクラスの対応するGetSetメソッドについては、Data Flowの「データ型の操作」を参照してください。

適用対象