InMemoryBlobSize Property (DTS)

The InMemoryBlobSize property specifies the size in bytes of per-column allocation for in-memory BLOBs in a transformation.

Applies To
Transformation Object  

Syntax

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

Data Type

Long

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetInMemoryBlobSize(LONG *pRetVal);

HRESULT SetInMemoryBlobSize(LONG NewValue);

  


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