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.
Initializes a new instance of the TSqlParserToken class with the specified type and text of the token.
Espacio de nombres: Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado: Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxis
'Declaración
Public Sub New ( _
type As TSqlTokenType, _
text As String _
)
'Uso
Dim type As TSqlTokenType
Dim text As String
Dim instance As New TSqlParserToken(type, text)
public TSqlParserToken(
TSqlTokenType type,
string text
)
public:
TSqlParserToken(
TSqlTokenType type,
String^ text
)
new :
type:TSqlTokenType *
text:string -> TSqlParserToken
public function TSqlParserToken(
type : TSqlTokenType,
text : String
)
Parámetros
- type
Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.TSqlTokenType
The token type.
- text
Tipo: System.String
The token text.
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom