Partager via


Constructeur TSqlParserToken (TSqlTokenType, String)

Initializes a new instance of the TSqlParserToken class with the specified type and text of the token.

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    type As TSqlTokenType, _
    text As String _
)
'Utilisation
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
)

Paramètres

Voir aussi

Référence

TSqlParserToken Classe

Surcharge TSqlParserToken

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom