共用方式為


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 命名空間