Поделиться через


TSqlParser.ParseExpression - метод (TextReader, IList<ParseError>%)

Пространство имен:  Microsoft.Data.Schema.ScriptDom.Sql
Сборка:  Microsoft.Data.Schema.ScriptDom.Sql (в Microsoft.Data.Schema.ScriptDom.Sql.dll)

Синтаксис

'Декларация
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

Параметры

Возвращаемое значение

Тип: Microsoft.Data.Schema.ScriptDom.Sql.Expression

Безопасность платформы .NET Framework

См. также

Ссылки

TSqlParser Класс

ParseExpression - перегрузка

Microsoft.Data.Schema.ScriptDom.Sql - пространство имен