IDesignerDebuggingService.RemoveBreakpoint 메서드

Removes the breakpoint from the designer.

네임스페이스:  Microsoft.DataWarehouse.Interfaces.Debugger
어셈블리:  Microsoft.DataWarehouse.Interfaces(Microsoft.DataWarehouse.Interfaces.dll)

구문

‘선언
Sub RemoveBreakpoint ( _
    languageGuid As Guid, _
    location As String _
)
‘사용 방법
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
)

매개 변수

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

참고 항목

참조

IDesignerDebuggingService 인터페이스

Microsoft.DataWarehouse.Interfaces.Debugger 네임스페이스