The InMemoryBlobSize property specifies the size in bytes of per-column allocation for in-memory BLOBs in a transformation.
| Transformation Object |
object.InMemoryBlobSize [= value]
| Part | Description |
|---|---|
| object | Expression that evaluates to an object in the Applies To list |
| value | Size in bytes of per-column allocation for in-memory BLOBs |
Long
Read/write
HRESULT GetInMemoryBlobSize(LONG *pRetVal);
HRESULT SetInMemoryBlobSize(LONG NewValue);