Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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 | |
|---|---|---|
![]() |
TSqlParserToken() | Initializes a new instance of the TSqlParserToken class. |
![]() |
TSqlParserToken(TSqlTokenType, String) | Initializes a new instance of the TSqlParserToken class with the specified type and text of the token. |
![]() |
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 | |
|---|---|---|
![]() |
Column | Gets or sets the column of the token. |
![]() |
Line | Gets or sets the line of the token. |
![]() |
Offset | Gets or sets the offset of the token. |
![]() |
Text | Gets or sets the text of the token. |
![]() |
TokenType | Gets or sets the value of the token type. |
Arriba
Métodos
| Nombre | Descripción | |
|---|---|---|
![]() |
Equals | (Se hereda de Object.) |
![]() |
GetHashCode | (Se hereda de Object.) |
![]() |
GetType | (Se hereda de Object.) |
![]() |
IsKeyword | Determines the value that indicates whether the token is a language keyword. |
![]() |
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
.gif)
.gif)