GetChunk Method

DTS Programming

DTS Programming

GetChunk Method

The GetChunk method retrieves the next segment of a binary large object (BLOB) column value.

Applies To
DTSDataPumpColumn Object DTSDataPumpColumn2 Object
Syntax

object.GetChunk(Length)

Part Description
object Expression that evaluates to an object in the Applies To list
Length Length of the BLOB segment

Prototype (C/C++)

HRESULT GetChunk(
    long Length,
    VARIANT *pvar);

Remarks

If the column value is not a BLOB type, GetChunk gets the value of the column.

See Also

AppendChunk Method