The ForceBlobsInMemory property specifies whether to always store each source BLOB column in a transformation as a single memory allocation, even if storage objects are available from the OLE DB provider.
Transformation Object |
object.ForceBlobsInMemory [= value]
Part | Description |
---|---|
object | Expression that evaluates to an object in the Applies To list |
value | Whether to always store each source BLOB column in a transformation as a single memory allocation |
Boolean
Read/write
HRESULT GetForceBlobsInMemory(VARIANT_BOOL *pRetVal);
HRESULT SetForceBlobsInMemory(VARIANT_BOOL NewValue);