IDesignerDebuggingService.SetBreakpoint Method (Guid, String, BreakpointInfo)

 

Applies To: SQL Server 2016 Preview

Sets a breakpoint from the designer.

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

Syntax

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

Parameters

  • location
    Type: System.String

    The location where to set the breakpoint.

See Also

IDesignerDebuggingService Interface
Microsoft.DataWarehouse.Interfaces.Debugger Namespace

Return to top