Поделиться через


Метод PipelineBuffer.AddBlobData (Int32, array<Byte )

Adds an array 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() _
)
'Применение
Dim instance As PipelineBuffer 
Dim columnIndex As Integer 
Dim data As Byte()

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

Параметры

Замечания

Appends an array of bytes to a PipelineBuffer column.

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