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 在自定义任务中添加对调试的支持.