PipelineBuffer::AddBlobData Method (Int32, array<Byte>^, Int32)
Adds an array of a specified number of bytes to a PipelineBuffer column.
Assembly: Microsoft.SqlServer.PipelineHost (in Microsoft.SqlServer.PipelineHost.dll)
Parameters
- columnIndex
-
Type:
System::Int32
The index of the PipelineBuffer column to which the array of bytes will be appended.
- data
-
Type:
array<System::Byte>^
The array of bytes that is appended to the PipelineBuffer object.
- count
-
Type:
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 Working with Data Types in the Data Flow.
Show: