Freigeben über


BreakpointTarget-Member

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

Der BreakpointTarget-Typ macht die folgenden Member verfügbar.

Methoden

  Name Beschreibung
Öffentliche Methode Equals Determines whether two object instances are equal. (Geerbt von DtsObject.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode Returns the hash code for this instance. (Geerbt von DtsObject.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ResetHitCount Resets the HitCount value to zero.
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Eigenschaften

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

Zum Anfang