Package.SaveCheckpoints 属性

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

命名空间:  Microsoft.SqlServer.Dts.Runtime
程序集:  Microsoft.SqlServer.ManagedDTS(在 Microsoft.SqlServer.ManagedDTS.dll 中)

语法

声明
Public Property SaveCheckpoints As Boolean 
    Get 
    Set
用法
Dim instance As Package 
Dim value As Boolean 

value = instance.SaveCheckpoints

instance.SaveCheckpoints = value
public bool SaveCheckpoints { get; set; }
public:
property bool SaveCheckpoints {
    bool get ();
    void set (bool value);
}
member SaveCheckpoints : bool with get, set
function get SaveCheckpoints () : boolean 
function set SaveCheckpoints (value : boolean)

属性值

类型:System.Boolean
true if the package uses checkpoints during package execution; otherwise, false.

注释

For more information about the use of checkpoints in a package, see 通过使用检查点重新启动包.

请参阅

参考

Package 类

Microsoft.SqlServer.Dts.Runtime 命名空间