Share via


IDTSBreakpointManager100 Interface

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

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

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
<GuidAttribute("5743F4B7-BCCB-4699-B2F3-CC52965948FC")> _
Public Interface IDTSBreakpointManager100
'Usage
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

The IDTSBreakpointManager100 type exposes the following members.

Methods

  Name Description
Public method ClearBreakpointTargets Infrastructure. When implemented in a derived class, removes all the breakpoints set in a task.
Public method CreateBreakpointTarget Infrastructure. When implemented in a derived class, creates a new breakpoint in the task with the specified breakpoint ID and description.
Public method GetBreakpointTarget Infrastructure. When implemented in a derived class, returns the breakpoint object for a specific breakpoint ID.
Public method IsBreakpointTargetEnabled Infrastructure. When implemented in a derived class, returns a Boolean that indicates if the breakpoint is enabled.
Public method RemoveBreakpointTarget Infrastructure. When implemented in a derived class, removes a previously created breakpoint from a task.

Top

Remarks

For more information, see BreakpointManager.

See Also

Reference

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace