DTSCheckpointUsage Enumeration

 

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

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

public enum class DTSCheckpointUsage

Member nameDescription
Always

Specifies that the package always restarts.

IfExists

Specifies that the package restarts if the file specified by the CheckpointFileName is found.

Never

Specifies that the package never restarts. This is the default value.

The following code example sets the CheckpointUsage property.

No code example is currently available or this language may not be supported.

Sample Output:

Check for existing checkpoint file? IfExists

Return to top
Show: