共用方式為


PipelineBuffer.AddBlobData 方法 (Int32, array<Byte , Int32)

Adds an array of a specified number of bytes to a PipelineBuffer column.

命名空間:  Microsoft.SqlServer.Dts.Pipeline
組件:  Microsoft.SqlServer.PipelineHost (在 Microsoft.SqlServer.PipelineHost.dll 中)

語法

'宣告
Public Sub AddBlobData ( _
    columnIndex As Integer, _
    data As Byte(), _
    count As Integer _
)
'用途
Dim instance As PipelineBuffer 
Dim columnIndex As Integer 
Dim data As Byte()
Dim count As Integer

instance.AddBlobData(columnIndex, data, _
    count)
public void AddBlobData(
    int columnIndex,
    byte[] data,
    int count
)
public:
void AddBlobData(
    int columnIndex, 
    array<unsigned char>^ data, 
    int count
)
member AddBlobData : 
        columnIndex:int * 
        data:byte[] * 
        count:int -> unit
public function AddBlobData(
    columnIndex : int, 
    data : byte[], 
    count : int
)

參數

  • count
    型別:System.Int32
    The number of bytes of data to be appended.

備註

This method works with the following Integration Services data types:

For a complete list of Integration Services data types and the corresponding Get and Set methods of the PipelineBuffer class to use with each type, see 使用資料流程中的資料類型.

請參閱

參考

PipelineBuffer 類別

AddBlobData 多載

Microsoft.SqlServer.Dts.Pipeline 命名空間