Método TSqlParser.ParseExpression (TextReader, IList<ParseError>%)

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (em Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxe

'Declaração
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

Parâmetros

Valor de retorno

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.Expression

Segurança do .NET Framework

Consulte também

Referência

TSqlParser Classe

Sobrecargas ParseExpression

Namespace Microsoft.Data.Schema.ScriptDom.Sql