IDTSPackage100.CheckpointFileName Propriété

Définition

Obtient ou définit le nom du fichier qui capture les informations de point de contrôle permettant à un package de redémarrer.

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

Valeur de propriété

Nom du fichier qui capture les informations de point de contrôle permettant à un package de redémarrer.

Attributs

Remarques

Cette interface est implémentée par les interfaces Package et PackageNeutral.

S’applique à