FastLoadOptions Property (DTS)

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

Applies To
DataPumpTask Object  

Syntax

object.FastLoadOptions[= value]

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

Remarks

FastLoadOptions must be set to one of the DTSFastLoadOption values.

Data Type

DTSFastLoadOptions

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetFastLoadOptions(DTSFastLoadOptions *pRetVal);

HRESULT SetFastLoadOptions(DTSFastLoadOptions NewValue);

  


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