Share via


DTSCheckpointUsage 列舉

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

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

命名空間:  Microsoft.SqlServer.Dts.Runtime.Wrapper
組件:  Microsoft.SqlServer.DTSRuntimeWrap (在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)

語法

'宣告
Public Enumeration DTSCheckpointUsage
'用途
Dim instance As DTSCheckpointUsage
public enum DTSCheckpointUsage
public enum class DTSCheckpointUsage
type DTSCheckpointUsage
public enum DTSCheckpointUsage

成員

成員名稱 說明
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.

備註

For more information, see DTSCheckpointUsage.

請參閱

參考

Microsoft.SqlServer.Dts.Runtime.Wrapper 命名空間