TSqlParser.ParseExpression-Methode (TextReader, IList<ParseError>%)
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
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
Parameter
- input
Typ: System.IO.TextReader
- errors
Typ: System.Collections.Generic.IList<ParseError>%
Rückgabewert
Typ: Microsoft.Data.Schema.ScriptDom.Sql.Expression
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.