Membres BreakpointTarget

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

Le type BreakpointTarget expose les membres suivants.

Méthodes

  Nom Description
Méthode publique Equals Determines whether two object instances are equal. (Hérité de DtsObject.)
Méthode protégée Finalize (Hérité de Object.)
Méthode publique GetHashCode Returns the hash code for this instance. (Hérité de DtsObject.)
Méthode publique GetType (Hérité de Object.)
Méthode protégée MemberwiseClone (Hérité de Object.)
Méthode publique ResetHitCount Resets the HitCount value to zero.
Méthode publique ToString (Hérité de Object.)

Haut de la page

Propriétés

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

Haut de la page