Compartir a través de


TSqlParserToken (Constructor) (TSqlTokenType, String)

Espacio de nombres:  Microsoft.Data.Schema.ScriptDom.Sql
Ensamblado:  Microsoft.Data.Schema.ScriptDom.Sql (en Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxis

'Declaración
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
)

Parámetros

Seguridad de .NET Framework

Vea también

Referencia

TSqlParserToken Clase

TSqlParserToken (Sobrecarga)

Microsoft.Data.Schema.ScriptDom.Sql (Espacio de nombres)