BreakpointManager 成員
Manages all the breakpoints that are set in on a task. This class cannot be inherited.
BreakpointManager 型別公開下列成員。
方法
名稱 | 描述 | |
---|---|---|
ClearBreakpointTargets | Removes all the breakpoints set in a task. | |
CreateBreakpointTarget | Creates a new breakpoint in the task with the specified breakpoint ID and description. | |
Equals | Determines whether two object instances are equal. (繼承自 DtsObject。) | |
Finalize | (繼承自 Object。) | |
GetBreakpointTarget | Returns the breakpoint object for a specific breakpoint ID. | |
GetHashCode | Returns the hash code for this instance. (繼承自 DtsObject。) | |
GetType | (繼承自 Object。) | |
IsBreakpointTargetEnabled | A Boolean that indicates if the breakpoint is enabled. | |
MemberwiseClone | (繼承自 Object。) | |
RemoveBreakpointTarget | Removes a previously created breakpoint from a task. | |
ToString | (繼承自 Object。) |
頂端