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

属性值

如果包在执行期间使用检查点,则为 true;否则为 false。

属性

注解

此接口由 PackagePackageNeutral 接口实现。

适用于