PipelineBuffer.SetBoolean(Int32, Boolean) 方法

定义

向列分配布尔值 PipelineBuffer

public:
 void SetBoolean(int columnIndex, bool value);
public void SetBoolean (int columnIndex, bool value);
member this.SetBoolean : int * bool -> unit
Public Sub SetBoolean (columnIndex As Integer, value As Boolean)

参数

columnIndex
Int32

缓冲区行中列的索引。

value
Boolean

赋给缓冲区列的值。

注解

该方法 SetBoolean 将值 bool 分配给参数指定的 columnIndex 缓冲区列。

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

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

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

适用于