Share via


IDTSPackage100.SaveCheckpoints Propriété

Définition

Obtient ou définit une valeur qui indique si le package utilise des points de contrôle pendant l'exécution du package.

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

Valeur de propriété

true si le package utilisera des points de contrôle pendant l’exécution du package ; sinon, false.

Attributs

Remarques

Cette interface est implémentée par les interfaces Package et PackageNeutral.

S’applique à