言語

PipelineBuffer.GetByte(Int32) メソッド

定義

PipelineBuffer列に保存されたバイト値を取得します。

public:
 System::Byte GetByte(int columnIndex);
public byte GetByte(int columnIndex);
member this.GetByte : int -> byte
Public Function GetByte (columnIndex As Integer) As Byte

パラメーター

columnIndex
Int32

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

返品

PipelineBuffer列に格納されたバイト値です。

注釈

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

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

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

適用対象