言語

PipelineBuffer.GetDateTime(Int32) メソッド

定義

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

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

パラメーター

columnIndex
Int32

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

返品

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

注釈

この方法は以下の統合サービスデータ型で動作します:

列の値がnullの場合、 PipelineBufferColumnIsNullExceptionを生成します。 IsNullメソッドを呼び出すことでnullの有無を確認できます。

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

適用対象