Partager via


Champ DTS_E_CHECKPOINTFILEALREADYEXISTS

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.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime
Assembly :  Microsoft.SqlServer.ManagedDTS (dans Microsoft.SqlServer.ManagedDTS.dll)

Syntaxe

'Déclaration
Public Const DTS_E_CHECKPOINTFILEALREADYEXISTS As Integer
'Utilisation
Dim value As Integer

value = HResults.DTS_E_CHECKPOINTFILEALREADYEXISTS
public const int DTS_E_CHECKPOINTFILEALREADYEXISTS
public:
literal int DTS_E_CHECKPOINTFILEALREADYEXISTS
static val mutable DTS_E_CHECKPOINTFILEALREADYEXISTS: int
public const var DTS_E_CHECKPOINTFILEALREADYEXISTS : int