Condividi tramite


Metodo TSqlParser.Parse

Include i membri protetti
Include i membri ereditati

Returns a script fragment by using the provided parameter values.

Questo membro è sottoposto a overload. Per informazioni complete su questo membro, inclusi sintassi, utilizzo ed esempi, fare clic su un nome nell'elenco di overload.

Elenco degli overload

  Nome Descrizione
Metodo pubblico Parse(TextReader, IList<ParseError>%) Returns a script fragment and a list of errors by using the provided text reader.
Metodo pubblico Parse(IList<TSqlParserToken>, IList<ParseError>%) Returns a script fragment and a list of errors by using the provided tokens.
Metodo pubblico Parse(TextReader, IList<ParseError>%, Int32, Int32, Int32) Returns a script fragment and a list of errors by using the provided values.

In alto

Vedere anche

Riferimento

TSqlParser Classe

Spazio dei nomi Microsoft.SqlServer.TransactSql.ScriptDom