IDesignerDebuggingService.RemoveBreakpoint Método

Removes the breakpoint from the designer.

Espacio de nombres:  Microsoft.DataWarehouse.Interfaces.Debugger
Ensamblado:  Microsoft.DataWarehouse.Interfaces (en Microsoft.DataWarehouse.Interfaces.dll)

Sintaxis

'Declaración
Sub RemoveBreakpoint ( _
    languageGuid As Guid, _
    location As String _
)
'Uso
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
)

Parámetros

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

Vea también

Referencia

IDesignerDebuggingService Interfaz

Espacio de nombres Microsoft.DataWarehouse.Interfaces.Debugger