BreakpointTarget Members
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
Nombre | Description | |
---|---|---|
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. |
Arriba
Public Methods
(see also Protected Methods )
Nombre | Description | |
---|---|---|
Equals | Overloaded. (inherited from DtsObject ) | |
GetHashCode | Returns the hash code for this instance. (inherited from DtsObject) | |
GetType | (inherited from Object ) | |
op_Equality | (inherited from DtsObject ) | |
op_Inequality | (inherited from DtsObject ) | |
ReferenceEquals | (inherited from Object ) | |
ResetHitCount | Resets the HitCount value to zero. | |
ToString | (inherited from Object ) |
Arriba
Protected Methods
Nombre | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Arriba
Vea también
Referencia
BreakpointTarget Class
Microsoft.SqlServer.Dts.Runtime Namespace