BreakpointInfo.HitCountTarget Propiedad

Gets or sets the hit count target for any type of breakpoint.

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

Sintaxis

'Declaración
Public Property HitCountTarget As Integer 
    Get 
    Set
'Uso
Dim instance As BreakpointInfo 
Dim value As Integer 

value = instance.HitCountTarget

instance.HitCountTarget = value
public int HitCountTarget { get; set; }
public:
property int HitCountTarget {
    int get ();
    void set (int value);
}
member HitCountTarget : int with get, set
function get HitCountTarget () : int 
function set HitCountTarget (value : int)

Valor de la propiedad

Tipo: System.Int32
The hit count target for any type of breakpoint.

Vea también

Referencia

BreakpointInfo Clase

Espacio de nombres Microsoft.DataWarehouse.Interfaces.Debugger