Método TSqlParser.Parse (TextReader, IList<ParseError>%)
Retorna um fragmento de script e uma lista de erros usando o leitor de texto fornecida.
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 ( _
input As TextReader, _
<OutAttribute> ByRef errors As IList(Of ParseError) _
) As IScriptFragment
public override IScriptFragment Parse(
TextReader input,
out IList<ParseError> errors
)
public:
virtual IScriptFragment^ Parse(
TextReader^ input,
[OutAttribute] IList<ParseError^>^% errors
) override
abstract Parse :
input:TextReader *
errors:IList<ParseError> byref -> IScriptFragment
override Parse :
input:TextReader *
errors:IList<ParseError> byref -> IScriptFragment
public override function Parse(
input : TextReader,
errors : IList<ParseError>
) : IScriptFragment
Parâmetros
- input
Tipo: System.IO.TextReader
O script que será analisado
- errors
Tipo: System.Collections.Generic.IList<ParseError>%
(Saída) Os erros de análise.
Valor de retorno
Tipo: Microsoft.Data.Schema.ScriptDom.IScriptFragment
Um fragmento de script.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.