IDTSBreakpointSite 接口

Defines the interaction between the Integration Services run-time engine and the task for exposing breakpoints and for creating and managing custom breakpoints.

命名空间:  Microsoft.SqlServer.Dts.Runtime
程序集:  Microsoft.SqlServer.ManagedDTS(在 Microsoft.SqlServer.ManagedDTS.dll 中)

语法

声明
Public Interface IDTSBreakpointSite _
    Inherits IDTSSuspend
用法
Dim instance As IDTSBreakpointSite
public interface IDTSBreakpointSite : IDTSSuspend
public interface class IDTSBreakpointSite : IDTSSuspend
type IDTSBreakpointSite =  
    interface
        interface IDTSSuspend
    end
public interface IDTSBreakpointSite extends IDTSSuspend

IDTSBreakpointSite 类型公开以下成员。

属性

  名称 说明
公共属性 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 继承。)

页首

方法

  名称 说明
公共方法 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 继承。)

页首

注释

Implements IDTSSuspend.