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
- input
Type : System.IO.TextReader
Script qui va être analysé
- errors
Type : System.Collections.Generic.IList<ParseError>%
(Sortie) les erreurs d'analyse.
Valeur de retour
Type : Microsoft.Data.Schema.ScriptDom.IScriptFragment
Fragment de script.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.