BreakpointInfo.HitCountTarget 속성

Gets or sets the hit count target for any type of breakpoint.

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

구문

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

value = instance.HitCountTarget

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

속성 값

유형: System.Int32
The hit count target for any type of breakpoint.

참고 항목

참조

BreakpointInfo 클래스

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