BreakpointHitCountType Enumeration
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Enumerates the break conditions based on the hit count.
Namespace: Microsoft.DataWarehouse.Interfaces.Debugger
Assembly: Microsoft.DataWarehouse.Interfaces (in Microsoft.DataWarehouse.Interfaces.dll)
Syntax
'Declaration
Public Enumeration BreakpointHitCountType
'Usage
Dim instance As BreakpointHitCountType
public enum BreakpointHitCountType
public enum class BreakpointHitCountType
type BreakpointHitCountType
public enum BreakpointHitCountType
Members
Member name | Description | |
---|---|---|
HitCountEqual | Breaks when hit count is equal to a certain number of hits. | |
HitCountGreaterOrEqual | Breaks when the hit count is greater than or equal to a certain number of hits. | |
HitCountMultiple | Breaks when the hit count is a multiple of a certain number of hits. | |
HitCountNone | Always breaks regardless of hit count. |