HitCountType プロパティ
名前空間: 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)