IDesignerDebuggingService.GetBreakpointInfo Method
Namespace: Microsoft.DataWarehouse.Interfaces.Debugger
Assembly: Microsoft.DataWarehouse.Interfaces (in Microsoft.DataWarehouse.Interfaces.dll)
Syntax
'Declaration
Function GetBreakpointInfo ( _
languageGuid As Guid, _
___location As String _
) As BreakpointInfo
'Usage
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
Return Value
Type: Microsoft.DataWarehouse.Interfaces.Debugger.BreakpointInfo