FastLoadOptions Property

DTS Programming

DTS Programming

FastLoadOptions Property

The FastLoadOptions property specifies SQLOLEDB destination connection options specific for the UseFastLoad property.

Applies To
DataPumpTask Object DataPumpTask2 Object
Syntax

object.FastLoadOptions[= value]

Part Description
Object Expression that evaluates to an object in the Applies To list
value SQLOLEDB destination connection options

Data Type

DTSFastLoadOptions

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetFastLoadOptions(DTSFastLoadOptions *pRetVal);

HRESULT SetFastLoadOptions(DTSFastLoadOptions NewValue);

Remarks

FastLoadOptions must be set to the sum of one or more of the DTSFastLoadOptions values.

See Also

InsertCommitSize Property

UseFastLoad Property