Поделиться через


Элементы BreakpointTarget

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

Тип BreakpointTarget предоставляет доступ к следующим элементам.

Методы

  Имя Описание
Открытый метод Equals Determines whether two object instances are equal. (Наследуется из DtsObject.)
Защищенный метод Finalize (Наследуется из Object.)
Открытый метод GetHashCode Returns the hash code for this instance. (Наследуется из DtsObject.)
Открытый метод GetType (Наследуется из Object.)
Защищенный метод MemberwiseClone (Наследуется из Object.)
Открытый метод ResetHitCount Resets the HitCount value to zero.
Открытый метод ToString (Наследуется из Object.)

В начало

Свойства

  Имя Описание
Открытое свойство BreakOnExpressionChange Gets or sets a Boolean that indicates whether the code is to continue running or break and stop executing when the expression changes.
Открытое свойство Description Returns the description associated with the breakpoint.
Открытое свойство Enabled Gets or sets a Boolean indicating if a specific breakpoint is currently enabled.
Открытое свойство Expression Gets or sets an expression to be evaluated to determine if the breakpoint should occur.
Открытое свойство HitCount Gets or sets an Integer that specifies the number of times a breakpoint occurs before the run-time engine is suspended.
Открытое свойство HitTarget Gets or sets the value used in conjunction with HitTest operation.
Открытое свойство HitTest Gets or sets a DTSBreakpointHitTest enumeration used as a switch to test if a breakpoint should occur.
Открытое свойство ID Gets the unique identifier assigned to the breakpoint.
Открытое свойство Owner Returns an IDTSBreakpointSite for the task that owns the breakpoint.

В начало