Metoda IDesignerDebuggingService.GetBreakpointInfo
Przestrzeń nazw: Microsoft.DataWarehouse.Interfaces.Debugger
Zestaw: Microsoft.DataWarehouse.Interfaces (w Microsoft.DataWarehouse.Interfaces.dll)
Składnia
'Deklaracja
Function GetBreakpointInfo ( _
languageGuid As Guid, _
location As String _
) As BreakpointInfo
'Użycie
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
Wartość zwracana
Typ: Microsoft.DataWarehouse.Interfaces.Debugger.BreakpointInfo
Zobacz także