TSqlParser.ParseBooleanExpression 方法 (TextReader, IList<ParseError>%)

命名空间:  Microsoft.Data.Schema.ScriptDom.Sql
程序集:  Microsoft.Data.Schema.ScriptDom.Sql(在 Microsoft.Data.Schema.ScriptDom.Sql.dll 中)

语法

声明
Public Function ParseBooleanExpression ( _
    input As TextReader, _
    <OutAttribute> ByRef errors As IList(Of ParseError) _
) As Expression
public Expression ParseBooleanExpression(
    TextReader input,
    out IList<ParseError> errors
)
public:
Expression^ ParseBooleanExpression(
    TextReader^ input, 
    [OutAttribute] IList<ParseError^>^% errors
)
member ParseBooleanExpression : 
        input:TextReader * 
        errors:IList<ParseError> byref -> Expression 
public function ParseBooleanExpression(
    input : TextReader, 
    errors : IList<ParseError>
) : Expression

参数

返回值

类型:Microsoft.Data.Schema.ScriptDom.Sql.Expression

.NET Framework 安全性

请参见

参考

TSqlParser 类

ParseBooleanExpression 重载

Microsoft.Data.Schema.ScriptDom.Sql 命名空间