PackageClass.CheckpointUsage Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value that specifies if or when a package is restarted.
public:
virtual property Microsoft::SqlServer::Dts::Runtime::Wrapper::DTSCheckpointUsage CheckpointUsage { Microsoft::SqlServer::Dts::Runtime::Wrapper::DTSCheckpointUsage get(); void set(Microsoft::SqlServer::Dts::Runtime::Wrapper::DTSCheckpointUsage value); };
public virtual Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSCheckpointUsage CheckpointUsage { get; set; }
member this.CheckpointUsage : Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSCheckpointUsage with get, set
Public Overridable Property CheckpointUsage As DTSCheckpointUsage
Property Value
A value from the DTSCheckpointUsage enumeration.
Implements
Remarks
For more information, see Package.