Freigeben über


HResults.DTS_E_CHECKPOINTFILEALREADYEXISTS Field

An existing checkpoint file is found with contents that do not appear to be for this package, so the file cannot be overwritten to start saving new checkpoints. Remove the existing checkpoint file and try again. This error occurs when a checkpoint file exists, the package is set to not use a checkpoint file, but to save checkpoints. The existing checkpoint file will not be overwritten.

Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly : Microsoft.SqlServer.ManagedDTS (in microsoft.sqlserver.manageddts.dll)

Syntax

'Declaration
Public Const DTS_E_CHECKPOINTFILEALREADYEXISTS As Integer
public const int DTS_E_CHECKPOINTFILEALREADYEXISTS
public:
literal int DTS_E_CHECKPOINTFILEALREADYEXISTS
public static final int DTS_E_CHECKPOINTFILEALREADYEXISTS
public const var DTS_E_CHECKPOINTFILEALREADYEXISTS : int

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

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