언어

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입니다.

구현

적용 대상