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.