GetBreakpointInfo 方法
命名空间: Microsoft.DataWarehouse.Interfaces.Debugger
程序集: Microsoft.DataWarehouse.Interfaces(在 Microsoft.DataWarehouse.Interfaces.dll 中)
语法
声明
Function GetBreakpointInfo ( _
languageGuid As Guid, _
___location As String _
) As BreakpointInfo
用法
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