Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Initializes a new instance of the TSqlParserToken class with the specified type and text of the token.
Spazio dei nomi Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
type As TSqlTokenType, _
text As String _
)
'Utilizzo
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
)
Parametri
- type
Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.TSqlTokenType
The token type.
- text
Tipo: System.String
The token text.