PipelineBuffer.SetDecimal(Int32, Decimal) メソッド

定義

バッファー列に 10 進数を割り当てます。

public:
 void SetDecimal(int columnIndex, System::Decimal value);
public void SetDecimal (int columnIndex, decimal value);
member this.SetDecimal : int * decimal -> unit
Public Sub SetDecimal (columnIndex As Integer, value As Decimal)

パラメーター

columnIndex
Int32

バッファー行の列のインデックスです。

value
Decimal

バッファー列に割り当てられた値。

注釈

このメソッドは SetDecimal 、パラメーターで指定されたバッファー列に a decimalcolumnIndex 割り当てます。

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

バッファー列の DataTypeDT_NUMERICDT_DECIMAL、または DT_CY ではない場合、UnsupportedBufferDataTypeException が発生します。

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

適用対象