PackageNeutralClass.CheckpointFileName Property

Definition

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

public:
 virtual property System::String ^ CheckpointFileName { System::String ^ get(); void set(System::String ^ value); };
public virtual string CheckpointFileName { get; set; }
member this.CheckpointFileName : string with get, set
Public Overridable Property CheckpointFileName As String

Property Value

The name of the file that captures the checkpoint information.

Implements

Remarks

For more information, see Package.

Applies to