The FastLoadOptions property specifies SQLOLEDB destination connection options specific for the UseFastLoad property.
| DataPumpTask Object |
object.FastLoadOptions[= value]
| Part | Description |
|---|---|
| object | Expression that evaluates to an object in the Applies To list |
| value | SQLOLEDB destination connection options |
FastLoadOptions must be set to one of the DTSFastLoadOption values.
Read/write
HRESULT GetFastLoadOptions(DTSFastLoadOptions *pRetVal);
HRESULT SetFastLoadOptions(DTSFastLoadOptions NewValue);