Condividi tramite


Enumerazione DTSCheckpointUsage

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Specifies values that describe if, or when, a package is restarted.

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

Sintassi

'Dichiarazione
Public Enumeration DTSCheckpointUsage
'Utilizzo
Dim instance As DTSCheckpointUsage
public enum DTSCheckpointUsage
public enum class DTSCheckpointUsage
type DTSCheckpointUsage
public enum DTSCheckpointUsage

Membri

Nome membro Descrizione
DTSCU_ALWAYS Specifies that the package always restarts.
DTSCU_IFEXISTS Specifies that the package restarts if the file specified by the CheckpointFileName is found.
DTSCU_NEVER Specifies that the package never restarts. This is the default value.

Osservazioni

For more information, see DTSCheckpointUsage.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper