Partilhar via


Método TSql100Parser.Parse (IList<TSqlParserToken>, IList<ParseError>)

Este membro substitui TSqlParser.Parse(IList<TSqlParserToken>, IList<ParseError>).

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (em Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxe

'Declaração
Public Overrides Function Parse ( _
    tokens As IList(Of TSqlParserToken), _
    errors As IList(Of ParseError) _
) As TSqlFragment
public override TSqlFragment Parse(
    IList<TSqlParserToken> tokens,
    IList<ParseError> errors
)
public:
virtual TSqlFragment^ Parse(
    IList<TSqlParserToken^>^ tokens, 
    IList<ParseError^>^ errors
) override
abstract Parse : 
        tokens:IList<TSqlParserToken> * 
        errors:IList<ParseError> -> TSqlFragment 
override Parse : 
        tokens:IList<TSqlParserToken> * 
        errors:IList<ParseError> -> TSqlFragment 
public override function Parse(
    tokens : IList<TSqlParserToken>, 
    errors : IList<ParseError>
) : TSqlFragment

Parâmetros

Valor de retorno

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.TSqlFragment

Segurança do .NET Framework

Consulte também

Referência

TSql100Parser Classe

Sobrecargas Parse

Namespace Microsoft.Data.Schema.ScriptDom.Sql