TokenInfo Class
Provides information about a particular token that the Transact-SQL language parser encountered.
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
| Name | Description | |
|---|---|---|
![]() | TokenInfo() | Initializes a new instance of the TokenInfo class. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | Returns a string representation of the token information object.(Overrides Object::ToString().) |
| Name | Description | |
|---|---|---|
![]() | EndIndex | Determines the index of the last character of the token. |
![]() | StartIndex | Determines the index of the first character of the token. |
![]() | Token | Determines the token ID for the token. |
![]() | Trigger | Determines the various triggers that can be set for the token. |
![]() | Type | Determines the type of the token. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


