Share via


BreakpointManager Members

Include Protected Members
Include Inherited Members

Manages all the breakpoints that are set in on a task. This class cannot be inherited.

The BreakpointManager type exposes the following members.

Methods

  Name Description
Public method ClearBreakpointTargets() Removes all the breakpoints set in a task.
Public method CreateBreakpointTarget(Int32, String) Creates a new breakpoint in the task with the specified breakpoint ID and description.
Public method Equals(Object) Determines whether two object instances are equal. (Inherited from DtsObject.)
Protected method Finalize() (Inherited from Object.)
Public method GetBreakpointTarget(Int32) Returns the breakpoint object for a specific breakpoint ID.
Public method GetHashCode() Returns the hash code for this instance. (Inherited from DtsObject.)
Public method GetType() (Inherited from Object.)
Public method IsBreakpointTargetEnabled(Int32) A Boolean that indicates if the breakpoint is enabled.
Protected method MemberwiseClone() (Inherited from Object.)
Public method RemoveBreakpointTarget(Int32) Removes a previously created breakpoint from a task.
Public method ToString() (Inherited from Object.)

Top