BreakpointInfo.HitCountType Propiedad

Gets or sets the hit count type of the breakpoint.

Espacio de nombres:  Microsoft.DataWarehouse.Interfaces.Debugger
Ensamblado:  Microsoft.DataWarehouse.Interfaces (en Microsoft.DataWarehouse.Interfaces.dll)

Sintaxis

'Declaración
Public Property HitCountType As BreakpointHitCountType 
    Get 
    Set
'Uso
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)

Valor de la propiedad

Tipo: Microsoft.DataWarehouse.Interfaces.Debugger.BreakpointHitCountType
The hit count type of the breakpoint.

Vea también

Referencia

BreakpointInfo Clase

Espacio de nombres Microsoft.DataWarehouse.Interfaces.Debugger