Share via


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)

Property Value

A Boolean that indicates if the package uses checkpoints.

Remarks

For more information about the use of checkpoints in a package, see Using Checkpoints in Packages.

Thread Safety

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.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

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