IDesignerDebuggingService.RemoveBreakpoint Method (Guid, String)

 

Applies To: SQL Server 2016 Preview

Removes the breakpoint from the designer.

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

Syntax

void RemoveBreakpoint(
    Guid languageGuid,
    string location
)
void RemoveBreakpoint(
    Guid languageGuid,
    String^ location
)
abstract RemoveBreakpoint : 
        languageGuid:Guid *
        location:string -> unit
Sub RemoveBreakpoint (
    languageGuid As Guid,
    location As String
)

Parameters

  • location
    Type: System.String

    The location where to remove the breakpoint.

See Also

IDesignerDebuggingService Interface
Microsoft.DataWarehouse.Interfaces.Debugger Namespace

Return to top