Share via


BreakpointInfo.HitCountType 속성

Gets or sets the hit count type of the breakpoint.

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

구문

‘선언
Public Property HitCountType As BreakpointHitCountType 
    Get 
    Set
‘사용 방법
Dim instance As BreakpointInfo 
Dim value As BreakpointHitCountType 

value = instance.HitCountType

instance.HitCountType = value
public BreakpointHitCountType HitCountType { get; set; }
public:
property BreakpointHitCountType HitCountType {
    BreakpointHitCountType get ();
    void set (BreakpointHitCountType value);
}
member HitCountType : BreakpointHitCountType with get, set
function get HitCountType () : BreakpointHitCountType 
function set HitCountType (value : BreakpointHitCountType)

속성 값

유형: Microsoft.DataWarehouse.Interfaces.Debugger.BreakpointHitCountType
The hit count type of the breakpoint.

참고 항목

참조

BreakpointInfo 클래스

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