The ForceSourceBlobsBuffered property specifies whether to always buffer each source BLOB column in a transformation if storage objects are used.
| Transformation Object |
object.ForceSourceBlobsBuffered [= value]
| Part | Description |
|---|---|
| object | Expression that evaluates to an object in the Applies To list |
| value | Whether to always buffer each source BLOB column in a transformation |
ForceSourceBlobsBuffered must be set to one of the DTSForceMode values.
Read/write
HRESULT GetForceSourceBlobsBuffered(DTSForceMode *pRetVal);
HRESULT SetForceSourceBlobsBuffered(DTSForceMode NewValue);