Location(Int32, Int32, Int32) Constructor
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 Location (int lineNumber, int columnNumber, int offset = -1);
new Microsoft.SqlServer.Management.SqlParser.Parser.Location : int * int * int -> Microsoft.SqlServer.Management.SqlParser.Parser.Location
Public Sub New (lineNumber As Integer, columnNumber As Integer, Optional offset As Integer = -1)
Parameters
- lineNumber
- Int32
- columnNumber
- Int32
- offset
- Int32