语言

IDTSPackage100.SaveCheckpoints 属性

定义

获取或设置一个值,指示软件包在执行过程中是否会使用检查点。

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

属性值

如果包在执行过程中会使用检查点,则为真;否则,就是假的。

属性

注解

该接口由 PackagePackageNeutral 接口实现。

适用于