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