IDTSPackage100.CheckpointUsage Property

Definition

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.

Applies to