IDTSPackage100.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:
property Microsoft::SqlServer::Dts::Runtime::Wrapper::DTSCheckpointUsage CheckpointUsage { Microsoft::SqlServer::Dts::Runtime::Wrapper::DTSCheckpointUsage get(); void set(Microsoft::SqlServer::Dts::Runtime::Wrapper::DTSCheckpointUsage value); };
[System.Runtime.InteropServices.DispId(68)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSCheckpointUsage CheckpointUsage { [System.Runtime.InteropServices.DispId(68)] get; [System.Runtime.InteropServices.DispId(68)] set; }
[<System.Runtime.InteropServices.DispId(68)>]
[<get: System.Runtime.InteropServices.DispId(68)>]
[<set: System.Runtime.InteropServices.DispId(68)>]
member this.CheckpointUsage : Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSCheckpointUsage with get, set
Public Property CheckpointUsage As DTSCheckpointUsage
Property Value
A value that specifies if or when a package is restarted.
- Attributes
Remarks
This interface is implemented by the Package and PackageNeutral interfaces.