IDesignerDebuggingService.GetBreakpoints Method

Returns an enumeration of breakpoints from the designer.

Namespace:  Microsoft.DataWarehouse.Interfaces.Debugger
Assembly:  Microsoft.DataWarehouse.Interfaces (in Microsoft.DataWarehouse.Interfaces.dll)

Syntax

'Declaration
Function GetBreakpoints ( _
    languageGuid As Guid _
) As IEnumerable
'Usage
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

Parameters

Return Value

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

See Also

Reference

IDesignerDebuggingService Interface

Microsoft.DataWarehouse.Interfaces.Debugger Namespace