IDTSBreakpointSite 接口

定义

定义 Integration Services 运行时引擎与用于公开断点的任务之间的交互,以及用于创建和管理自定义断点的任务。

public interface class IDTSBreakpointSite : Microsoft::SqlServer::Dts::Runtime::IDTSSuspend
public interface IDTSBreakpointSite : Microsoft.SqlServer.Dts.Runtime.IDTSSuspend
type IDTSBreakpointSite = interface
    interface IDTSSuspend
Public Interface IDTSBreakpointSite
Implements IDTSSuspend
派生
实现

注解

实现 IDTSSuspend

属性

DebugMode

获取或设置一个布尔值,该值指示任务是否应检查是否启用了断点。

SuspendRequired

获取或设置一个布尔值,该值指示任务在遇到断点时是否应挂起。 遇到断点时,将由任务和容器的运行时引擎设置此值。

(继承自 IDTSSuspend)

方法

AcceptBreakpointManager(BreakpointManager)

BreakpointManager 传递给某一任务。 该任务将使用断点管理器来创建、删除和检查断点的状态。 此方法由运行时调用,在代码中未使用。

ResumeExecution()

暂停后恢复执行任务。 由运行时引擎恢复任务或容器。

(继承自 IDTSSuspend)
SuspendExecution()

指示可执行文件需要挂起。 运行时引擎调用此方法。

(继承自 IDTSSuspend)

适用于