Share via


BreakpointInfo.Enabled Property

 

Applies To: SQL Server 2016 Preview

Gets or sets a value that indicates whether the breakpoint is enabled.

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

Syntax

public bool Enabled { get; set; }
public:
property bool Enabled {
    bool get();
    void set(bool value);
}
member Enabled : bool with get, set
Public Property Enabled As Boolean

Property Value

Type: System.Boolean

true if the breakpoint is enabled; otherwise, false.

See Also

BreakpointInfo Class
Microsoft.DataWarehouse.Interfaces.Debugger Namespace

Return to top