Partager via


TSqlParser.Parse, méthode (TextReader, IList<ParseError>%)

Retourne un fragment de script et une liste d'erreurs à l'aide du lecteur de texte fourni.

Espace de noms :  Microsoft.Data.Schema.ScriptDom.Sql
Assembly :  Microsoft.Data.Schema.ScriptDom.Sql (dans Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntaxe

'Déclaration
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

Paramètres

Valeur de retour

Type : Microsoft.Data.Schema.ScriptDom.IScriptFragment
Fragment de script.

Sécurité .NET Framework

Voir aussi

Référence

TSqlParser Classe

Parse, surcharge

Microsoft.Data.Schema.ScriptDom.Sql, espace de noms

TSqlFragment