BreakpointHitCountType 열거형

이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.

Enumerates the break conditions based on the hit count.

네임스페이스:  Microsoft.DataWarehouse.Interfaces.Debugger
어셈블리:  Microsoft.DataWarehouse.Interfaces(Microsoft.DataWarehouse.Interfaces.dll)

구문

‘선언
Public Enumeration BreakpointHitCountType
‘사용 방법
Dim instance As BreakpointHitCountType
public enum BreakpointHitCountType
public enum class BreakpointHitCountType
type BreakpointHitCountType
public enum BreakpointHitCountType

멤버

멤버 이름 설명
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.

참고 항목

참조

Microsoft.DataWarehouse.Interfaces.Debugger 네임스페이스