DTS Programming
AppendChunk Method
The AppendChunk method adds a segment to a binary large object (BLOB) column value.
Applies To
| DTSDataPumpColumn Object | DTSDataPumpColumn2 Object |
Syntax
object.AppendChunk( Data )
| Part | Description |
|---|---|
| object | Expression that evaluates to an object in the Applies To list |
| Data | The segment to be added to the BLOB column |
Prototype (C/C++)
HRESULT AppendChunk(
VARIANT Data);
Remarks
If the column value is not a BLOB type, AppendChunk sets the value of the column.