PackageClass.SaveCheckpoints Property

Definition

Gets or sets a value that indicates whether the package will use checkpoints during package execution.

public:
 virtual property bool SaveCheckpoints { bool get(); void set(bool value); };
public virtual bool SaveCheckpoints { get; set; }
member this.SaveCheckpoints : bool with get, set
Public Overridable Property SaveCheckpoints As Boolean

Property Value

true if the package uses checkpoints during package execution; otherwise, false.

Implements

Remarks

For more information, see Package.

Applies to