PipelineBuffer.SetBytes(Int32, Byte[]) 方法

定义

重要

此 API 不符合 CLS。

将字节数组赋给缓冲区列。

public:
 void SetBytes(int columnIndex, cli::array <System::Byte> ^ bytesValue);
[System.CLSCompliant(false)]
public void SetBytes (int columnIndex, byte[] bytesValue);
[<System.CLSCompliant(false)>]
member this.SetBytes : int * byte[] -> unit
Public Sub SetBytes (columnIndex As Integer, bytesValue As Byte())

参数

columnIndex
Int32

缓冲区列的索引。

bytesValue
Byte[]

赋给列的字节数组。

属性

注解

将字节数组分配给缓冲区行中的列。 此方法将列中的任何现有数据替换为参数提供的 bytesValue 数组。

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

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

适用于