IDTSPackage100.CheckpointFileName Property

Definition

Gets or sets the name of the file that captures the checkpoint information, which enables a package to restart.

public:
 property System::String ^ CheckpointFileName { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.InteropServices.DispId(65)]
public string CheckpointFileName { [System.Runtime.InteropServices.DispId(65)] get; [System.Runtime.InteropServices.DispId(65)] set; }
[<System.Runtime.InteropServices.DispId(65)>]
[<get: System.Runtime.InteropServices.DispId(65)>]
[<set: System.Runtime.InteropServices.DispId(65)>]
member this.CheckpointFileName : string with get, set
Public Property CheckpointFileName As String

Property Value

The name of the file that captures the checkpoint information, which enables a package to restart.

Attributes

Remarks

This interface is implemented by the Package and PackageNeutral interfaces.

Applies to