ForceBlobsInMemory Property (DTS)

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.

Applies To
Transformation Object  

Syntax

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

Data Type

Boolean

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetForceBlobsInMemory(VARIANT_BOOL *pRetVal);

HRESULT SetForceBlobsInMemory(VARIANT_BOOL NewValue);

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.