IDTSSuspend 멤버
Provides methods and properties that are called by the run-time engine to notify tasks to suspend execution.
IDTSSuspend 형식은 다음 멤버를 노출합니다.
메서드
이름 | 설명 | |
---|---|---|
ResumeExecution | Resumes execution of the task after pausing. The task or container is resumed by the runtime engine. | |
SuspendExecution | Indicates that the executable needs to suspend. This method is called by the runtime engine. |
맨 위로 이동
속성
이름 | 설명 | |
---|---|---|
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. |
맨 위로 이동