Package.SaveCheckpoints Property

Gets or sets a value that determines if 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
public bool SaveCheckpoints { get; set; }
public:
property bool SaveCheckpoints {
    bool get ();
    void set (bool value);
}
/** @property */
public boolean get_SaveCheckpoints ()

/** @property */
public void set_SaveCheckpoints (boolean value)
public function get SaveCheckpoints () : boolean

public function set SaveCheckpoints (value : boolean)

Eigenschaftswert

A Boolean that indicates if the package uses checkpoints.

Hinweise

For more information about the use of checkpoints in a package, see Verwenden von Prüfpunkten in Paketen.

Threadsicherheit

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

Package Class
Package Members
Microsoft.SqlServer.Dts.Runtime Namespace