BreakpointHitCountType Enumeration

 

Applies To: SQL Server 2016 Preview

Enumerates the break conditions based on the hit count.

Namespace:   Microsoft.DataWarehouse.Interfaces.Debugger
Assembly:  Microsoft.DataWarehouse.Interfaces (in Microsoft.DataWarehouse.Interfaces.dll)

Syntax

public enum BreakpointHitCountType
public enum class BreakpointHitCountType
type BreakpointHitCountType
Public Enumeration 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.

See Also

Microsoft.DataWarehouse.Interfaces.Debugger Namespace

Return to top