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)