Proprietà Package.SaveCheckpoints
Gets or sets a value that indicates whether the package will use checkpoints during package execution.
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Sintassi
'Dichiarazione
Public Property SaveCheckpoints As Boolean
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: System.Boolean
true if the package uses checkpoints during package execution; otherwise, false.
Osservazioni
For more information about the use of checkpoints in a package, see Riavvio dei pacchetti tramite checkpoint.