TSqlParser.ParseStatementList Method (TextReader, IList<ParseError>%)

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
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

Parameters

Return Value

Type: Microsoft.Data.Schema.ScriptDom.Sql.StatementList

.NET Framework Security

See Also

Reference

TSqlParser Class

ParseStatementList Overload

Microsoft.Data.Schema.ScriptDom.Sql Namespace