Resolver.FindBreakPointInformation(ParseResult, Int32, Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public static Microsoft.SqlServer.Management.SqlParser.Intellisense.Resolver.BlockInformation FindBreakPointInformation(Microsoft.SqlServer.Management.SqlParser.Parser.ParseResult parseResult, int line, int col);
static member FindBreakPointInformation : Microsoft.SqlServer.Management.SqlParser.Parser.ParseResult * int * int -> Microsoft.SqlServer.Management.SqlParser.Intellisense.Resolver.BlockInformation
Public Shared Function FindBreakPointInformation (parseResult As ParseResult, line As Integer, col As Integer) As Resolver.BlockInformation
參數
- parseResult
- ParseResult
- line
- Int32
- col
- Int32