Location(Int32, Int32, Int32) Constructor

Definition

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

Applies to