DTSCheckpointUsage Enumeration
Specifies values that describe if, or when, a package is restarted.
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
| Member name | Description | |
|---|---|---|
| Always | Specifies that the package always restarts. | |
| IfExists | Specifies that the package restarts if the file specified by the CheckpointFileName is found. | |
| Never | Specifies that the package never restarts. This is the default value. |
The following code example sets the CheckpointUsage property.
Sample Output:
Check for existing checkpoint file? IfExists
Show: