Condividi tramite


Campo HResults.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.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Sintassi

'Dichiarazione
Public Const DTS_E_CHECKPOINTFILEALREADYEXISTS As Integer
'Utilizzo
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

Vedere anche

Riferimento

HResults Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime