PackageRemote64Class.SaveCheckpoints Property

Definition

Gets or sets a value that determines if 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 a value determines the package will use checkpoints; otherwise; false.

Implements

Applies to