共用方式為


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.

頂端