Compartir a través de


TSql80Parser.ParseBooleanExpression (Método) (TextReader, IList<ParseError>%, Int32, Int32, Int32)

Este miembro invalida TSqlParser.ParseBooleanExpression(TextReader, IList<ParseError>%, Int32, Int32, Int32).

Espacio de nombres:  Microsoft.Data.Schema.ScriptDom.Sql
Ensamblado:  Microsoft.Data.Schema.ScriptDom.Sql (en Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxis

'Declaración
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

Parámetros

Valor devuelto

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

Seguridad de .NET Framework

Vea también

Referencia

TSql80Parser Clase

ParseBooleanExpression (Sobrecarga)

Microsoft.Data.Schema.ScriptDom.Sql (Espacio de nombres)