IDTSBreakpointManager100 接口

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

Provides methods to manage all the breakpoints that are set in on a task.

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

语法

声明
<GuidAttribute("5743F4B7-BCCB-4699-B2F3-CC52965948FC")> _
Public Interface IDTSBreakpointManager100
用法
Dim instance As IDTSBreakpointManager100
[GuidAttribute("5743F4B7-BCCB-4699-B2F3-CC52965948FC")]
public interface IDTSBreakpointManager100
[GuidAttribute(L"5743F4B7-BCCB-4699-B2F3-CC52965948FC")]
public interface class IDTSBreakpointManager100
[<GuidAttribute("5743F4B7-BCCB-4699-B2F3-CC52965948FC")>]
type IDTSBreakpointManager100 =  interface end
public interface IDTSBreakpointManager100

IDTSBreakpointManager100 类型公开以下成员。

方法

  名称 说明
公共方法 ClearBreakpointTargets 基础结构。When implemented in a derived class, removes all the breakpoints set in a task.
公共方法 CreateBreakpointTarget 基础结构。When implemented in a derived class, creates a new breakpoint in the task with the specified breakpoint ID and description.
公共方法 GetBreakpointTarget 基础结构。When implemented in a derived class, returns the breakpoint object for a specific breakpoint ID.
公共方法 IsBreakpointTargetEnabled 基础结构。When implemented in a derived class, returns a Boolean that indicates if the breakpoint is enabled.
公共方法 RemoveBreakpointTarget 基础结构。When implemented in a derived class, removes a previously created breakpoint from a task.

页首

注释

For more information, see BreakpointManager.

请参阅

参考

Microsoft.SqlServer.Dts.Runtime.Wrapper 命名空间