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.