Freigeben über


DTSCheckpointUsage-Enumeration

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
Public Enumeration DTSCheckpointUsage
'Usage
Dim instance As DTSCheckpointUsage
public enum DTSCheckpointUsage
public enum class DTSCheckpointUsage
type DTSCheckpointUsage
public enum DTSCheckpointUsage

Elemente

Elementname Beschreibung
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.

Hinweise

For more information, see DTSCheckpointUsage.

Siehe auch

Verweis

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace