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