Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets or sets a value that indicates whether the package will use checkpoints during package execution.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public Property SaveCheckpoints As Boolean
Get
Set
'Usage
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)
Property Value
Type: System.Boolean
true if the package uses checkpoints during package execution; otherwise, false.
Remarks
For more information about the use of checkpoints in a package, see Restart Packages by Using Checkpoints.