IDTSPackage100.CheckpointFileName 属性

定义

获取或设置用于捕获使包可以重新启动的检查点信息的文件的名称。

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

属性值

用于捕获使包重新启动的检查点信息的文件的名称。

属性

注解

此接口由 PackagePackageNeutral 接口实现。

适用于