BreakpointInfo.HitCountType Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the hit count type of the breakpoint.

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

Syntax

public BreakpointHitCountType HitCountType { get; set; }
public:
property BreakpointHitCountType HitCountType {
    BreakpointHitCountType get();
    void set(BreakpointHitCountType value);
}
member HitCountType : BreakpointHitCountType with get, set
Public Property HitCountType As BreakpointHitCountType

Property Value

Type: Microsoft.DataWarehouse.Interfaces.Debugger.BreakpointHitCountType

The hit count type of the breakpoint.

See Also

BreakpointInfo Class
Microsoft.DataWarehouse.Interfaces.Debugger Namespace

Return to top