TSqlParser.ParseExpression, méthode (TextReader, IList<ParseError>%)
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 Function ParseExpression ( _
input As TextReader, _
<OutAttribute> ByRef errors As IList(Of ParseError) _
) As Expression
public Expression ParseExpression(
TextReader input,
out IList<ParseError> errors
)
public:
Expression^ ParseExpression(
TextReader^ input,
[OutAttribute] IList<ParseError^>^% errors
)
member ParseExpression :
input:TextReader *
errors:IList<ParseError> byref -> Expression
public function ParseExpression(
input : TextReader,
errors : IList<ParseError>
) : Expression
Paramètres
- input
Type : System.IO.TextReader
- errors
Type : System.Collections.Generic.IList<ParseError>%
Valeur de retour
Type : Microsoft.Data.Schema.ScriptDom.Sql.Expression
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.