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

属性值

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

实现

适用于