TSqlParserToken Constructor (TSqlTokenType, Int32, String, Int32, Int32)
SQL Server 2012
Initializes a new instance of the TSqlParserToken class with the specified type, offset, text, line and column of the token.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
new : type:TSqlTokenType * offset:int * text:string * line:int * column:int -> TSqlParserToken
Parameters
- type
- Type: Microsoft.SqlServer.TransactSql.ScriptDom.TSqlTokenType
The token type.
- offset
- Type: System.Int32
The token offset.
- text
- Type: System.String
The token text.
- line
- Type: System.Int32
The token line.
- column
- Type: System.Int32
The token column.
