共用方式為


SaveCheckpoints 屬性

Gets or sets a value that determines if 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
A Boolean that indicates if the package uses checkpoints.

備註

For more information about the use of checkpoints in a package, see 在封裝中使用檢查點.