Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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.