IDesignerDebuggingService.GetBreakpoints Method (Guid)

 

Applies To: SQL Server 2016 Preview

Returns an enumeration of breakpoints from the designer.

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

Syntax

IEnumerable GetBreakpoints(
    Guid languageGuid
)
IEnumerable^ GetBreakpoints(
    Guid languageGuid
)
abstract GetBreakpoints : 
        languageGuid:Guid -> IEnumerable
Function GetBreakpoints (
    languageGuid As Guid
) As IEnumerable

Parameters

Return Value

Type: System.Collections.IEnumerable

An enumeration of breakpoints from the designer.

See Also

IDesignerDebuggingService Interface
Microsoft.DataWarehouse.Interfaces.Debugger Namespace

Return to top