IDesignerDebuggingService.GetBreakpointInfo 메서드

Returns the breakpoint information from the designer.

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

구문

‘선언
Function GetBreakpointInfo ( _
    languageGuid As Guid, _
    location As String _
) As BreakpointInfo
‘사용 방법
Dim instance As IDesignerDebuggingService 
Dim languageGuid As Guid 
Dim location As String 
Dim returnValue As BreakpointInfo 

returnValue = instance.GetBreakpointInfo(languageGuid, _
    location)
BreakpointInfo GetBreakpointInfo(
    Guid languageGuid,
    string location
)
BreakpointInfo^ GetBreakpointInfo(
    Guid languageGuid, 
    String^ location
)
abstract GetBreakpointInfo : 
        languageGuid:Guid * 
        location:string -> BreakpointInfo
function GetBreakpointInfo(
    languageGuid : Guid, 
    location : String
) : BreakpointInfo

매개 변수

반환 값

유형: Microsoft.DataWarehouse.Interfaces.Debugger.BreakpointInfo
The breakpoint information from the designer.

참고 항목

참조

IDesignerDebuggingService 인터페이스

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