Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- languageGuid
Type: System.Guid
The language GUID.
- location
Type: System.String
The location where to remove the breakpoint.