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

此成员重写 TSqlParser.ParseBooleanExpression(TextReader, IList<ParseError>%, Int32, Int32, Int32)

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

语法

声明
Public Overrides Function ParseBooleanExpression ( _
    input As TextReader, _
    <OutAttribute> ByRef errors As IList(Of ParseError), _
    startOffset As Integer, _
    startLine As Integer, _
    startColumn As Integer _
) As Expression
public override Expression ParseBooleanExpression(
    TextReader input,
    out IList<ParseError> errors,
    int startOffset,
    int startLine,
    int startColumn
)
public:
virtual Expression^ ParseBooleanExpression(
    TextReader^ input, 
    [OutAttribute] IList<ParseError^>^% errors, 
    int startOffset, 
    int startLine, 
    int startColumn
) override
abstract ParseBooleanExpression : 
        input:TextReader * 
        errors:IList<ParseError> byref * 
        startOffset:int * 
        startLine:int * 
        startColumn:int -> Expression 
override ParseBooleanExpression : 
        input:TextReader * 
        errors:IList<ParseError> byref * 
        startOffset:int * 
        startLine:int * 
        startColumn:int -> Expression 
public override function ParseBooleanExpression(
    input : TextReader, 
    errors : IList<ParseError>, 
    startOffset : int, 
    startLine : int, 
    startColumn : int
) : Expression

参数

返回值

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

.NET Framework 安全性

请参见

参考

TSql90Parser 类

ParseBooleanExpression 重载

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