InMemoryBlobSize Property

DTS Programming

DTS Programming

InMemoryBlobSize Property

The InMemoryBlobSize property specifies the byte size of per-column allocation for in-memory binary large objects (BLOBs) in a transformation.

Applies To
Transformation Object Transformation2 Object
Syntax

object.InMemoryBlobSize [= value]

Part Description
object Expression that evaluates to an object in the Applies To list
value Byte size of per-column allocation for in-memory BLOBs

Data Type

Long

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetInMemoryBlobSize(LONG *pRetVal);

HRESULT SetInMemoryBlobSize(LONG NewValue);

Remarks

BLOBs are image, ntext, and text data types.

See Also

ForceSourceBlobsBuffered Property