The DTSFastLoadOptions constants specify FastLoad options for the DataPumpTask FastLoadOptions property.
Constant | Value | Description |
---|---|---|
DTSFastLoad_CheckConstraints | 2 | Check constraints (default). |
DTSFastLoad_Default | 2 | Specifies the default, same as check constraints |
DTSFastLoad_KeepNulls | 1 | Keep NULLs. |
DTSFastLoad_NoOptions | 0 | No options. |
DTSFastLoad_TableLock | 4 | Lock table. |