다음을 통해 공유


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 네임스페이스