TSqlParser.ParseExpression – metoda (TextReader, IList<ParseError>%)
Obor názvů: Microsoft.Data.Schema.ScriptDom.Sql
Sestavení: Microsoft.Data.Schema.ScriptDom.Sql (v Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntaxe
'Deklarace
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
Parametry
- input
Typ: System.IO.TextReader
- errors
Typ: System.Collections.Generic.IList<ParseError>%
Vrácená hodnota
Typ: Microsoft.Data.Schema.ScriptDom.Sql.Expression
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.