BreakpointTarget Members

Contains information on breakpoints that are set in the package. This class cannot be inherited.

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

Public Properties

  Name Description
ms211728.pubproperty(en-US,SQL.90).gif BreakOnExpressionChange Gets or sets a Boolean that indicates whether the code is to continue running or break and stop executing when the expression changes.
ms211728.pubproperty(en-US,SQL.90).gif Description Returns the description associated with the breakpoint.
ms211728.pubproperty(en-US,SQL.90).gif Enabled Gets or sets a Boolean indicating if a specific breakpoint is currently enabled.
ms211728.pubproperty(en-US,SQL.90).gif Expression Gets or sets an expression to be evaluated to determine if the breakpoint should occur.
ms211728.pubproperty(en-US,SQL.90).gif HitCount Gets or sets an Integer that specifies the number of times a breakpoint occurs before the run-time engine is suspended.
ms211728.pubproperty(en-US,SQL.90).gif HitTarget Gets or sets the value used in conjunction with HitTest operation.
ms211728.pubproperty(en-US,SQL.90).gif HitTest Gets or sets a DTSBreakpointHitTest enumeration used as a switch to test if a breakpoint should occur.
ms211728.pubproperty(en-US,SQL.90).gif ID Gets the unique identifier assigned to the breakpoint.
ms211728.pubproperty(en-US,SQL.90).gif Owner Returns an IDTSBreakpointSite for the task that owns the breakpoint.

Top

Public Methods

(see also Protected Methods )

  Name Description
ms211728.pubmethod(en-US,SQL.90).gif Equals  Overloaded. (inherited from DtsObject )
ms211728.pubmethod(en-US,SQL.90).gif GetHashCode  Returns the hash code for this instance. (inherited from DtsObject)
ms211728.pubmethod(en-US,SQL.90).gif GetType  (inherited from Object )
ms211728.pubmethod(en-US,SQL.90).gifms211728.static(en-US,SQL.90).gif op_Equality  (inherited from DtsObject )
ms211728.pubmethod(en-US,SQL.90).gifms211728.static(en-US,SQL.90).gif op_Inequality  (inherited from DtsObject )
ms211728.pubmethod(en-US,SQL.90).gifms211728.static(en-US,SQL.90).gif ReferenceEquals  (inherited from Object )
ms211728.pubmethod(en-US,SQL.90).gif ResetHitCount Resets the HitCount value to zero.
ms211728.pubmethod(en-US,SQL.90).gif ToString  (inherited from Object )

Top

Protected Methods

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

Top

See Also

Reference

BreakpointTarget Class
Microsoft.SqlServer.Dts.Runtime Namespace