PipelineBuffer.SetByte(Int32, Byte) 方法

定义

向列分配字节 PipelineBuffer

public:
 void SetByte(int columnIndex, System::Byte value);
public void SetByte (int columnIndex, byte value);
member this.SetByte : int * byte -> unit
Public Sub SetByte (columnIndex As Integer, value As Byte)

参数

columnIndex
Int32

缓冲区行中列的索引。

value
Byte

赋给缓冲区列的值。

注解

该方法 SetByte 将单个 byte 分配给参数指定的 columnIndex 缓冲区列。

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

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

有关 Integration Services 数据类型的完整列表以及用于每种类型的类的相应GetSet方法PipelineBuffer,请参阅数据流中的“处理数据类型”。

适用于