ForceSourceBlobsBuffered Property

DTS Programming

DTS Programming

ForceSourceBlobsBuffered Property

The ForceSourceBlobsBuffered property specifies whether to buffer each source binary large object (BLOB) column in a transformation if storage objects are used.

Applies To
Transformation Object Transformation2 Object
Syntax

object.ForceSourceBlobsBuffered [= value]

Part Description
object Expression that evaluates to an object in the Applies To list
value A value indicating whether to buffer each source BLOB column in a transformation

Data Type

DTSForceMode

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetForceSourceBlobsBuffered(DTSForceMode *pRetVal);

HRESULT SetForceSourceBlobsBuffered(DTSForceMode NewValue);

Remarks

BLOBs are image, ntext, and text data types.

ForceSourceBlobsBuffered must be set to one of the DTSForceMode values.

See Also

ForceBlobsInMemory Property