Partager via


TSqlParserToken, constructeur (TSqlTokenType, Int32, String, Int32, Int32)

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, _
    offset As Integer, _
    text As String, _
    line As Integer, _
    column As Integer _
)
public TSqlParserToken(
    TSqlTokenType type,
    int offset,
    string text,
    int line,
    int column
)
public:
TSqlParserToken(
    TSqlTokenType type, 
    int offset, 
    String^ text, 
    int line, 
    int column
)
new : 
        type:TSqlTokenType * 
        offset:int * 
        text:string * 
        line:int * 
        column:int -> TSqlParserToken
public function TSqlParserToken(
    type : TSqlTokenType, 
    offset : int, 
    text : String, 
    line : int, 
    column : int
)

Paramètres

Sécurité .NET Framework

Voir aussi

Référence

TSqlParserToken Classe

TSqlParserToken, surcharge

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