IDesignerDebuggingService.GetBreakpoints 메서드

Returns an enumeration of breakpoints from the designer.

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

구문

‘선언
Function GetBreakpoints ( _
    languageGuid As Guid _
) As IEnumerable
‘사용 방법
Dim instance As IDesignerDebuggingService 
Dim languageGuid As Guid 
Dim returnValue As IEnumerable 

returnValue = instance.GetBreakpoints(languageGuid)
IEnumerable GetBreakpoints(
    Guid languageGuid
)
IEnumerable^ GetBreakpoints(
    Guid languageGuid
)
abstract GetBreakpoints : 
        languageGuid:Guid -> IEnumerable
function GetBreakpoints(
    languageGuid : Guid
) : IEnumerable

매개 변수

반환 값

유형: System.Collections.IEnumerable
An enumeration of breakpoints from the designer.

참고 항목

참조

IDesignerDebuggingService 인터페이스

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