IDesignerDebuggingService.RemoveBreakpoint Method

Removes the breakpoint from the designer.

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

Syntax

'Declaration
Sub RemoveBreakpoint ( _
    languageGuid As Guid, _
    location As String _
)
'Usage
Dim instance As IDesignerDebuggingService 
Dim languageGuid As Guid 
Dim location As String

instance.RemoveBreakpoint(languageGuid, _
    location)
void RemoveBreakpoint(
    Guid languageGuid,
    string location
)
void RemoveBreakpoint(
    Guid languageGuid, 
    String^ location
)
abstract RemoveBreakpoint : 
        languageGuid:Guid * 
        location:string -> unit
function RemoveBreakpoint(
    languageGuid : Guid, 
    location : String
)

Parameters

  • location
    Type: System.String
    The location where to remove the breakpoint.

See Also

Reference

IDesignerDebuggingService Interface

Microsoft.DataWarehouse.Interfaces.Debugger Namespace