Énumération DTSCheckpointUsage

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

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

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
Public Enumeration DTSCheckpointUsage
'Utilisation
Dim instance As DTSCheckpointUsage
public enum DTSCheckpointUsage
public enum class DTSCheckpointUsage
type DTSCheckpointUsage
public enum DTSCheckpointUsage

Membres

Nom de membre Description
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.

Notes

For more information, see DTSCheckpointUsage.

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper