语言

IDTSBreakpointSite100.DebugMode 属性

定义

获取或设置一个布尔值,指示任务是否应检查断点是否启用。

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

属性值

如果任务应检查断点是否启用,则为真;否则,就是假的。

属性

适用于