BreakpointManager Members

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

The following tables list the members exposed by the BreakpointManager type.

Public Methods

(see also Protected Methods )

  Name Description
ms211708.pubmethod(en-US,SQL.90).gif ClearBreakpointTargets Removes all the breakpoints set in a task.
ms211708.pubmethod(en-US,SQL.90).gif CreateBreakpointTarget Creates a new breakpoint in the task with the specified breakpoint ID and description.
ms211708.pubmethod(en-US,SQL.90).gif Equals  Overloaded. (inherited from DtsObject )
ms211708.pubmethod(en-US,SQL.90).gif GetBreakpointTarget Returns the breakpoint object for a specific breakpoint ID.
ms211708.pubmethod(en-US,SQL.90).gif GetHashCode  Returns the hash code for this instance. (inherited from DtsObject)
ms211708.pubmethod(en-US,SQL.90).gif GetType  (inherited from Object )
ms211708.pubmethod(en-US,SQL.90).gif IsBreakpointTargetEnabled A Boolean that indicates if the breakpoint is enabled.
ms211708.pubmethod(en-US,SQL.90).gifms211708.static(en-US,SQL.90).gif op_Equality  (inherited from DtsObject )
ms211708.pubmethod(en-US,SQL.90).gifms211708.static(en-US,SQL.90).gif op_Inequality  (inherited from DtsObject )
ms211708.pubmethod(en-US,SQL.90).gifms211708.static(en-US,SQL.90).gif ReferenceEquals  (inherited from Object )
ms211708.pubmethod(en-US,SQL.90).gif RemoveBreakpointTarget Removes a previously created breakpoint from a task.
ms211708.pubmethod(en-US,SQL.90).gif ToString  (inherited from Object )

Top

Protected Methods

  Name Description
ms211708.protmethod(en-US,SQL.90).gif Finalize  (inherited from Object )
ms211708.protmethod(en-US,SQL.90).gif MemberwiseClone  (inherited from Object )

Top

See Also

Reference

BreakpointManager Class
Microsoft.SqlServer.Dts.Runtime Namespace