TSql160Parser.Parse Méthode

Définition

Méthode d’analyse bloquante.

public override Microsoft.SqlServer.TransactSql.ScriptDom.TSqlFragment Parse (System.Collections.Generic.IList<Microsoft.SqlServer.TransactSql.ScriptDom.TSqlParserToken> tokens, out System.Collections.Generic.IList<Microsoft.SqlServer.TransactSql.ScriptDom.ParseError> errors);
override this.Parse : System.Collections.Generic.IList<Microsoft.SqlServer.TransactSql.ScriptDom.TSqlParserToken> * IList -> Microsoft.SqlServer.TransactSql.ScriptDom.TSqlFragment
Public Overrides Function Parse (tokens As IList(Of TSqlParserToken), ByRef errors As IList(Of ParseError)) As TSqlFragment

Paramètres

tokens
IList<TSqlParserToken>

Liste des jetons qui seront analysés.

errors
IList<ParseError>

Erreurs d'analyse.

Retours

Fragment créé.

S’applique à