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