TSqlParserToken Class
Represents a parser token.
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
| Name | Description | |
|---|---|---|
![]() | TSqlParserToken() | Initializes a new instance of the TSqlParserToken class. |
![]() | TSqlParserToken(TSqlTokenType, Int32, String^, Int32, Int32) | Initializes a new instance of the TSqlParserToken class with the specified type, offset, text, line and column of the token. |
![]() | TSqlParserToken(TSqlTokenType, String^) | Initializes a new instance of the TSqlParserToken class with the specified type and text of the token. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | IsKeyword() | Determines the value that indicates whether the token is a language keyword. |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

