Método TSqlParser.Parse
Incluir membros protegidos
Incluir membros herdados
Returns a script fragment by using the provided parameter values.
Esse membro está sobrecarregado. Para obter informações mais completas sobre esse membro, incluindo sintaxe, uso e exemplos, clique em um nome na lista de sobrecarga.
Lista de sobrecargas
Nome | Descrição | |
---|---|---|
Parse(TextReader, IList<ParseError>%) | Returns a script fragment and a list of errors by using the provided text reader. | |
Parse(IList<TSqlParserToken>, IList<ParseError>%) | Returns a script fragment and a list of errors by using the provided tokens. | |
Parse(TextReader, IList<ParseError>%, Int32, Int32, Int32) | Returns a script fragment and a list of errors by using the provided values. |
Início