Aracılığıyla paylaş


TSqlParser.ParseStatementList Yöntem (TextReader, IList<ParseError>%)

Ad alanı:  Microsoft.Data.Schema.ScriptDom.Sql
Derleme:  Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll içinde)

Sözdizimi

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

Parametreler

Dönüş Değeri

Tür: Microsoft.Data.Schema.ScriptDom.Sql.StatementList

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

TSqlParser Sınıf

ParseStatementList Fazla Yük

Microsoft.Data.Schema.ScriptDom.Sql Ad Alanı