Enumeração DTSCheckpointUsage
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Specifies values that describe if, or when, a package is restarted.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxe
'Declaração
Public Enumeration DTSCheckpointUsage
'Uso
Dim instance As DTSCheckpointUsage
public enum DTSCheckpointUsage
public enum class DTSCheckpointUsage
type DTSCheckpointUsage
public enum DTSCheckpointUsage
Membros
Nome do membro | Descrição | |
---|---|---|
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. |
Comentários
For more information, see DTSCheckpointUsage.