IDesignerDebuggingService.GetBreakpoints Método

Returns an enumeration of breakpoints from the designer.

Espacio de nombres:  Microsoft.DataWarehouse.Interfaces.Debugger
Ensamblado:  Microsoft.DataWarehouse.Interfaces (en Microsoft.DataWarehouse.Interfaces.dll)

Sintaxis

'Declaración
Function GetBreakpoints ( _
    languageGuid As Guid _
) As IEnumerable
'Uso
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

Parámetros

Valor devuelto

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

Vea también

Referencia

IDesignerDebuggingService Interfaz

Espacio de nombres Microsoft.DataWarehouse.Interfaces.Debugger