IDTSPackage100.SaveCheckpoints Property

Definition

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

public:
 property bool SaveCheckpoints { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(67)]
public bool SaveCheckpoints { [System.Runtime.InteropServices.DispId(67)] get; [System.Runtime.InteropServices.DispId(67)] set; }
[<System.Runtime.InteropServices.DispId(67)>]
[<get: System.Runtime.InteropServices.DispId(67)>]
[<set: System.Runtime.InteropServices.DispId(67)>]
member this.SaveCheckpoints : bool with get, set
Public Property SaveCheckpoints As Boolean

Property Value

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

Attributes

Remarks

This interface is implemented by the Package and PackageNeutral interfaces.

Applies to