IDTSBreakpointManager100 接口

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

For more information, see BreakpointManager.

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

语法

声明
<GuidAttribute("C0D64A44-52A1-4E34-81DA-6F1049E9A651")> _
Public Interface IDTSBreakpointManager100
用法
Dim instance As IDTSBreakpointManager100
[GuidAttribute("C0D64A44-52A1-4E34-81DA-6F1049E9A651")]
public interface IDTSBreakpointManager100
[GuidAttribute(L"C0D64A44-52A1-4E34-81DA-6F1049E9A651")]
public interface class IDTSBreakpointManager100
[<GuidAttribute("C0D64A44-52A1-4E34-81DA-6F1049E9A651")>]
type IDTSBreakpointManager100 =  interface end
public interface IDTSBreakpointManager100

IDTSBreakpointManager100 类型公开以下成员。

方法

  名称 说明
公共方法 ClearBreakpointTargets 基础结构。For more information, see BreakpointManager.
公共方法 CreateBreakpointTarget 基础结构。For more information, see BreakpointManager.
公共方法 GetBreakpointTarget 基础结构。For more information, see BreakpointManager.
公共方法 IsBreakpointTargetEnabled 基础结构。For more information, see BreakpointManager.
公共方法 RemoveBreakpointTarget 基础结构。For more information, see BreakpointManager.

页首