IDTSBreakpointManager100 Interface

Definition

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

public interface class IDTSBreakpointManager100
[System.Runtime.InteropServices.Guid("AD7ACCAE-935F-49AF-88F1-A2384FC61BC4")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSBreakpointManager100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("4270BFB2-5868-4A75-BB4A-D21819A22CDE")]
public interface IDTSBreakpointManager100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("A3B51C6B-560D-4723-BEC2-0E885BD393A5")]
public interface IDTSBreakpointManager100
[<System.Runtime.InteropServices.Guid("AD7ACCAE-935F-49AF-88F1-A2384FC61BC4")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSBreakpointManager100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("4270BFB2-5868-4A75-BB4A-D21819A22CDE")>]
type IDTSBreakpointManager100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("A3B51C6B-560D-4723-BEC2-0E885BD393A5")>]
type IDTSBreakpointManager100 = interface
Public Interface IDTSBreakpointManager100
Attributes

Remarks

For more information, see BreakpointManager.

Methods

ClearBreakpointTargets()

When implemented in a derived class, removes all the breakpoints set in a task.

CreateBreakpointTarget(Int32, String)

When implemented in a derived class, creates a new breakpoint in the task with the specified breakpoint ID and description.

GetBreakpointTarget(Int32)

When implemented in a derived class, returns the breakpoint object for a specific breakpoint ID.

IsBreakpointTargetEnabled(Int32)

When implemented in a derived class, returns a Boolean that indicates if the breakpoint is enabled.

RemoveBreakpointTarget(Int32)

When implemented in a derived class, removes a previously created breakpoint from a task.

Applies to