IDesignerDebuggingService.GetBreakpointInfo Método

Returns the breakpoint information from the designer.

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

Sintaxis

'Declaración
Function GetBreakpointInfo ( _
    languageGuid As Guid, _
    location As String _
) As BreakpointInfo
'Uso
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

Parámetros

Valor devuelto

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

Vea también

Referencia

IDesignerDebuggingService Interfaz

Espacio de nombres Microsoft.DataWarehouse.Interfaces.Debugger