Поделиться через


Перечисление DTSBreakpointHitTest

Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.

Enumerates the values for the hit count types.

Пространство имен:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Сборка:  Microsoft.SqlServer.DTSRuntimeWrap (в Microsoft.SqlServer.DTSRuntimeWrap.dll)

Синтаксис

'Декларация
Public Enumeration DTSBreakpointHitTest
'Применение
Dim instance As DTSBreakpointHitTest
public enum DTSBreakpointHitTest
public enum class DTSBreakpointHitTest
type DTSBreakpointHitTest
public enum DTSBreakpointHitTest

Элементы

Имя элемента Описание
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.

См. также

Справочник

Пространство имен Microsoft.SqlServer.Dts.Runtime.Wrapper