DTSFastLoadOptions constants specify FastLoad options for the DataPumptTask FastLoadOptions property.
| Constant | Value | Description |
|---|---|---|
| DTSFastLoad_CheckConstraints | 2 | Check constraints (default) |
| DTSFastLoad_KeepNulls | 1 | Keep nulls |
| DTSFastLoad_NoOptions | 0 | No options |
| DTSFastLoad_TableLock | 4 | Table lock |