ForceSourceBlobsBuffered Property (DTS)

The ForceSourceBlobsBuffered property specifies whether to always buffer each source BLOB column in a transformation if storage objects are used.

Applies To
Transformation Object  

Syntax

object.ForceSourceBlobsBuffered [= value]

Part Description
object Expression that evaluates to an object in the Applies To list
value Whether to always buffer each source BLOB column in a transformation

Remarks

ForceSourceBlobsBuffered must be set to one of the DTSForceMode values.

Data Type

DTSForceMode

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetForceSourceBlobsBuffered(DTSForceMode *pRetVal);

HRESULT SetForceSourceBlobsBuffered(DTSForceMode NewValue);

  


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