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