DTSCheckpointUsage Enumeration

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

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

Members

Member name 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.

Remarks

For more information, see DTSCheckpointUsage.

See Also

Reference

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace