Condividi tramite


TSql160Parser.Parse Metodo

Definizione

Metodo di analisi di blocco.

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

Parametri

tokens
IList<TSqlParserToken>

Elenco di token che verranno analizzati.

errors
IList<ParseError>

Errori di analisi.

Restituisce

Frammento creato.

Si applica a