IDTSSuspend 인터페이스
Provides methods and properties that are called by the run-time engine to notify tasks to suspend execution.
네임스페이스: Microsoft.SqlServer.Dts.Runtime
어셈블리: Microsoft.SqlServer.ManagedDTS(Microsoft.SqlServer.ManagedDTS.dll)
구문
‘선언
Public Interface IDTSSuspend
‘사용 방법
Dim instance As IDTSSuspend
public interface IDTSSuspend
public interface class IDTSSuspend
type IDTSSuspend = interface end
public interface IDTSSuspend
IDTSSuspend 유형에서 다음 멤버를 표시합니다.
속성
이름 | 설명 | |
---|---|---|
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. |
맨 위로 이동
메서드
이름 | 설명 | |
---|---|---|
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. |
맨 위로 이동
주의
For more information about using this interface in custom task development, see 사용자 지정 태스크에 디버깅 지원 추가.