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
| 名称 | Description | |
|---|---|---|
| .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. | 
| .gif) | Description | Returns the description associated with the breakpoint. | 
| .gif) | Enabled | Gets or sets a Boolean indicating if a specific breakpoint is currently enabled. | 
| .gif) | Expression | Gets or sets an expression to be evaluated to determine if the breakpoint should occur. | 
| .gif) | HitCount | Gets or sets an Integer that specifies the number of times a breakpoint occurs before the run-time engine is suspended. | 
| .gif) | HitTarget | Gets or sets the value used in conjunction with HitTest operation. | 
| .gif) | HitTest | Gets or sets a DTSBreakpointHitTest enumeration used as a switch to test if a breakpoint should occur. | 
| .gif) | ID | Gets the unique identifier assigned to the breakpoint. | 
| .gif) | Owner | Returns an IDTSBreakpointSite for the task that owns the breakpoint. | 
顶部
Public Methods
(see also Protected Methods )
| 名称 | Description | |
|---|---|---|
| .gif) | Equals | Overloaded. (inherited from DtsObject ) | 
| .gif) | GetHashCode | Returns the hash code for this instance. (inherited from DtsObject) | 
| .gif) | GetType | (inherited from Object ) | 
| .gif) .gif) | op_Equality | (inherited from DtsObject ) | 
| .gif) .gif) | op_Inequality | (inherited from DtsObject ) | 
| .gif) .gif) | ReferenceEquals | (inherited from Object ) | 
| .gif) | ResetHitCount | Resets the HitCount value to zero. | 
| .gif) | ToString | (inherited from Object ) | 
顶部
Protected Methods
| 名称 | Description | |
|---|---|---|
| .gif) | Finalize | (inherited from Object ) | 
| .gif) | MemberwiseClone | (inherited from Object ) | 
顶部
请参阅
参考
BreakpointTarget Class
Microsoft.SqlServer.Dts.Runtime Namespace