BreakpointInfo.HitCountTarget Property

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

Namespace:  Microsoft.DataWarehouse.Interfaces.Debugger
Assembly:  Microsoft.DataWarehouse.Interfaces (in Microsoft.DataWarehouse.Interfaces.dll)

Syntax

'Declaration
Public Property HitCountTarget As Integer 
    Get 
    Set
'Usage
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)

Property Value

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

See Also

Reference

BreakpointInfo Class

Microsoft.DataWarehouse.Interfaces.Debugger Namespace