Resolver.GetBlockInformation(ParseResult, Int32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static Microsoft.SqlServer.Management.SqlParser.Intellisense.Resolver.BlockInformation GetBlockInformation (Microsoft.SqlServer.Management.SqlParser.Parser.ParseResult parseResult, int line, int col);
static member GetBlockInformation : Microsoft.SqlServer.Management.SqlParser.Parser.ParseResult * int * int -> Microsoft.SqlServer.Management.SqlParser.Intellisense.Resolver.BlockInformation
Public Shared Function GetBlockInformation (parseResult As ParseResult, line As Integer, col As Integer) As Resolver.BlockInformation
Parameters
- parseResult
- ParseResult
- line
- Int32
- col
- Int32