DTSBreakpointHitTest Enumeration
This API supports the product infrastructure and is not intended to be used directly from your code.
Enumerates the values for the hit count types.
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
| Member name | Description | |
|---|---|---|
| DTSBHT_ALWAYS | Execution is always suspended when the breakpoint is hit. | |
| DTSBHT_EQUAL | Execution is suspended when the number of times the breakpoint has occurred is equal to the hit count. | |
| DTSBHT_EXPRESSION | Execution is suspended when the expression changes. | |
| DTSBHT_GREATER_OR_EQUAL | Execution is suspended when the number of times the breakpoint has occurred is equal to or greater than the hit count. | |
| DTSBHT_MULTIPLE | Execution is suspended when a multiple of the hit count occurs. |
For more information, see DTSBreakpointHitTest.
Show: