The InMemoryBlobSize property specifies the byte size of per-column allocation for in-memory binary large objects (BLOBs) in a transformation.
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 |
Long
Read/write
HRESULT GetInMemoryBlobSize(LONG *pRetVal);
HRESULT SetInMemoryBlobSize(LONG NewValue);
BLOBs are image, ntext, and text data types.