Compartilhar via


Classe TSqlParserToken

Represents a parser token.

Hierarquia de herança

System.Object
  Microsoft.SqlServer.TransactSql.ScriptDom.TSqlParserToken

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxe

'Declaração
Public NotInheritable Class TSqlParserToken
'Uso
Dim instance As TSqlParserToken
public sealed class TSqlParserToken
public ref class TSqlParserToken sealed
[<SealedAttribute>]
type TSqlParserToken =  class end
public final class TSqlParserToken

O tipo TSqlParserToken expõe os membros a seguir.

Construtores

  Nome Descrição
Método público TSqlParserToken() Initializes a new instance of the TSqlParserToken class.
Método público TSqlParserToken(TSqlTokenType, String) Initializes a new instance of the TSqlParserToken class with the specified type and text of the token.
Método público 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.

Início

Propriedades

  Nome Descrição
Propriedade pública Column Gets or sets the column of the token.
Propriedade pública Line Gets or sets the line of the token.
Propriedade pública Offset Gets or sets the offset of the token.
Propriedade pública Text Gets or sets the text of the token.
Propriedade pública TokenType Gets or sets the value of the token type.

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método público IsKeyword Determines the value that indicates whether the token is a language keyword.
Método público ToString (Herdado de Object.)

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.SqlServer.TransactSql.ScriptDom