Partager via


TSqlParserToken, constructeur (TSqlTokenType, String)

Espace de noms :  Microsoft.Data.Schema.ScriptDom.Sql
Assembly :  Microsoft.Data.Schema.ScriptDom.Sql (dans Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntaxe

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

Sécurité .NET Framework

Voir aussi

Référence

TSqlParserToken Classe

TSqlParserToken, surcharge

Microsoft.Data.Schema.ScriptDom.Sql, espace de noms