Método TSqlParser.ParseStatementList (TextReader, IList<ParseError>%)
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (em Microsoft.Data.Schema.ScriptDom.Sql.dll)
Sintaxe
'Declaração
Public Function ParseStatementList ( _
input As TextReader, _
<OutAttribute> ByRef errors As IList(Of ParseError) _
) As StatementList
public StatementList ParseStatementList(
TextReader input,
out IList<ParseError> errors
)
public:
StatementList^ ParseStatementList(
TextReader^ input,
[OutAttribute] IList<ParseError^>^% errors
)
member ParseStatementList :
input:TextReader *
errors:IList<ParseError> byref -> StatementList
public function ParseStatementList(
input : TextReader,
errors : IList<ParseError>
) : StatementList
Parâmetros
- input
Tipo: System.IO.TextReader
- errors
Tipo: System.Collections.Generic.IList<ParseError>%
Valor de retorno
Tipo: Microsoft.Data.Schema.ScriptDom.Sql.StatementList
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.