HitCountType 속성
네임스페이스: Microsoft.DataWarehouse.Interfaces.Debugger
어셈블리: Microsoft.DataWarehouse.Interfaces.dll의 Microsoft.DataWarehouse.Interfaces
구문
‘선언
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)