TSqlParserToken.TokenType Property

Definition

Gets or sets the type of the token.

public Microsoft.SqlServer.TransactSql.ScriptDom.TSqlTokenType TokenType { get; set; }
member this.TokenType : Microsoft.SqlServer.TransactSql.ScriptDom.TSqlTokenType with get, set
Public Property TokenType As TSqlTokenType

Property Value

The type of the token.

Applies to