DTSCheckpointUsage Enum

Definition

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

DTSCU_ALWAYS 2

Specifies that the package always restarts.

DTSCU_IFEXISTS 1

Specifies that the package restarts if the file specified by the CheckpointFileName is found.

DTSCU_NEVER 0

Specifies that the package never restarts. This is the default value.

Remarks

For more information, see DTSCheckpointUsage.

Applies to