PipelineBuffer.SetDecimal(Int32, Decimal) 方法

定义

将十进制数分配给缓冲区列。

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向参数指定的columnIndex缓冲区列分配一个decimal

此方法适用于以下 Integration Services 数据类型:

DataType如果缓冲区列不是DT_NUMERICDT_DECIMALDT_CYUnsupportedBufferDataTypeException发生。

有关 Integration Services 数据类型的完整列表以及要与每种类型一起使用的类的PipelineBuffer相应GetSet方法,请参阅数据流中的数据类型。

适用于