Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Enumerates the values for the hit count types.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado: Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxis
'Declaración
Public Enumeration DTSBreakpointHitTest
'Uso
Dim instance As DTSBreakpointHitTest
public enum DTSBreakpointHitTest
public enum class DTSBreakpointHitTest
type DTSBreakpointHitTest
public enum DTSBreakpointHitTest
Miembros
| Nombre del miembro | Descripción | |
|---|---|---|
| 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. |
Comentarios
For more information, see DTSBreakpointHitTest.