IDTSPackage100.CheckpointFileName Proprietà

Definizione

Ottiene o imposta il nome del file che acquisisce le informazioni sul checkpoint per consentire il riavvio di un pacchetto.

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

Valore della proprietà

Nome del file in cui vengono acquisite le informazioni di checkpoint che consentono il riavvio del pacchetto.

Attributi

Commenti

Questa interfaccia viene implementata dalle interfacce Package e PackageNeutral.

Si applica a