PipelineBuffer.GetInt16(Int32) メソッド

定義

短編を PipelineBuffer 欄に保存します。

public:
 short GetInt16(int columnIndex);
public short GetInt16(int columnIndex);
member this.GetInt16 : int -> int16
Public Function GetInt16 (columnIndex As Integer) As Short

パラメーター

columnIndex
Int32

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

返品

短編は PipelineBuffer 欄に保管されています。

注釈

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

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

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

適用対象