PipelineBuffer.SetDouble(Int32, Double) 方法

定义

为列分配一个双精度 PipelineBuffer 值。

public:
 void SetDouble(int columnIndex, double value);
public void SetDouble (int columnIndex, double value);
member this.SetDouble : int * double -> unit
Public Sub SetDouble (columnIndex As Integer, value As Double)

参数

columnIndex
Int32

缓冲区行中列的索引。

value
Double

赋给缓冲区列的值。

注解

该方法SetDouble向参数指定的columnIndex缓冲区列分配 64 个浮点double

此方法适用于 DT_R8 Integration Services 中的数据类型。

DataType如果缓冲区列不是DT_R8,则会发生。UnsupportedBufferDataTypeException

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

适用于