IDTSBreakpointSite 멤버
Defines the interaction between the Integration Services run-time engine and the task for exposing breakpoints and for creating and managing custom breakpoints.
IDTSBreakpointSite 형식은 다음 멤버를 노출합니다.
메서드
이름 | 설명 | |
---|---|---|
AcceptBreakpointManager | Passes a BreakpointManager to a task. The task will use the breakpoint manager to create, remove, and check the status of breakpoints. This method is called by the runtime and is not used in code. | |
ResumeExecution | Resumes execution of the task after pausing. The task or container is resumed by the runtime engine. (IDTSSuspend에서 상속됩니다.) | |
SuspendExecution | Indicates that the executable needs to suspend. This method is called by the runtime engine. (IDTSSuspend에서 상속됩니다.) |
맨 위로 이동
속성
이름 | 설명 | |
---|---|---|
DebugMode | Gets or sets a Boolean that indicates if a task should check if breakpoints are enabled. | |
SuspendRequired | Gets or sets a Boolean that indicates if tasks should suspend when they encounter a breakpoint. This value is set by the runtime engine for tasks and containers when a breakpoint is encountered. (IDTSSuspend에서 상속됩니다.) |
맨 위로 이동