DTSCheckpointUsage Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies values that describe if, or when, a package is restarted.
public enum class DTSCheckpointUsage
public enum DTSCheckpointUsage
type DTSCheckpointUsage =
Public Enum DTSCheckpointUsage
- Inheritance
-
DTSCheckpointUsage
Fields
Name | Value | Description |
---|---|---|
DTSCU_NEVER | 0 | Specifies that the package never restarts. This is the default value. |
DTSCU_IFEXISTS | 1 | Specifies that the package restarts if the file specified by the CheckpointFileName is found. |
DTSCU_ALWAYS | 2 | Specifies that the package always restarts. |
Remarks
For more information, see DTSCheckpointUsage.