The SetOptions method sets extended data pump processing options.
HRESULT SetOptions(
DTSDataPumpOptions eOptions );
Argument | Description |
---|---|
eOptions [in] | Extended data pump processing options |
The extended data pump processing options are:
Symbol | Value | Description |
---|---|---|
DTSDataPumpOpt_Default | 0 | Normal processing occurs. |
DTSDataPumpOpt_AlwaysCommitFinalBatch | 1 | The final batch is committed even if the data pump fails. This is to support restartability. |