Compartir a través de


Clase TSqlParserToken

Represents a parser token.

Jerarquía de herencia

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

Espacio de nombres:  Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado:  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxis

'Declaración
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

El tipo TSqlParserToken expone los siguientes miembros.

Constructores

  Nombre Descripción
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.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública Column Gets or sets the column of the token.
Propiedad pública Line Gets or sets the line of the token.
Propiedad pública Offset Gets or sets the offset of the token.
Propiedad pública Text Gets or sets the text of the token.
Propiedad pública TokenType Gets or sets the value of the token type.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método público IsKeyword Determines the value that indicates whether the token is a language keyword.
Método público ToString (Se hereda de Object.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom