DTSCheckpointUsage Enumeration
This API supports the product infrastructure and is not intended to be used directly from your code.
Specifies values that describe if, or when, a package is restarted.
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
| Member name | Description | |
|---|---|---|
| DTSCU_ALWAYS | Specifies that the package always restarts. | |
| DTSCU_IFEXISTS | Specifies that the package restarts if the file specified by the CheckpointFileName is found. | |
| DTSCU_NEVER | Specifies that the package never restarts. This is the default value. |
For more information, see DTSCheckpointUsage.
Show: