IDTSDumpConfiguration100.EnableDump 属性

定义

获取或设置 DTS 是否启用转储。

public:
 property bool EnableDump { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(1610743812)]
public bool EnableDump { [System.Runtime.InteropServices.DispId(1610743812)] get; [System.Runtime.InteropServices.DispId(1610743812)] set; }
[<System.Runtime.InteropServices.DispId(1610743812)>]
[<get: System.Runtime.InteropServices.DispId(1610743812)>]
[<set: System.Runtime.InteropServices.DispId(1610743812)>]
member this.EnableDump : bool with get, set
Public Property EnableDump As Boolean

属性值

如果 DTS 启用转储,则为 true;否则为 false。

属性

适用于