Share via


HitCountType propriété

Espace de noms :  Microsoft.DataWarehouse.Interfaces.Debugger
Assembly :  Microsoft.DataWarehouse.Interfaces (dans Microsoft.DataWarehouse.Interfaces.dll)

Syntaxe

'Déclaration
Public Property HitCountType As BreakpointHitCountType
    Get
    Set
'Utilisation
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)