ForEachLoopClass.DebugMode 属性

定义

获取或设置一个布尔值,该值指示 ForEachLoopClass 对象是否处于调试模式,以及在运行时是否应激发 OnBreakpointHit(IDTSBreakpointSite100, IDTSBreakpointTarget100) 事件。

public:
 virtual property bool DebugMode { bool get(); void set(bool value); };
public virtual bool DebugMode { get; set; }
member this.DebugMode : bool with get, set
Public Overridable Property DebugMode As Boolean

属性值

Boolean

如果对象处于调试模式并激发事件,则为 true OnBreakpointHit(IDTSBreakpointSite100, IDTSBreakpointTarget100) ; 否则为 false。

实现

适用于