TSqlParser.ParseBooleanExpression Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
| Nom | Description |
|---|---|
| ParseBooleanExpression(TextReader, IList<ParseError>) |
Analyse une chaîne d’entrée pour obtenir une expression booléenne. Cela retourne null, s’il y a eu des erreurs. |
| ParseBooleanExpression(TextReader, IList<ParseError>, Int32, Int32, Int32) |
Analyse une chaîne d’entrée pour obtenir une expression booléenne. Cela retourne null, s’il y a eu des erreurs. |
ParseBooleanExpression(TextReader, IList<ParseError>)
Analyse une chaîne d’entrée pour obtenir une expression booléenne. Cela retourne null, s’il y a eu des erreurs.
public Microsoft.SqlServer.TransactSql.ScriptDom.BooleanExpression ParseBooleanExpression(System.IO.TextReader input, out System.Collections.Generic.IList<Microsoft.SqlServer.TransactSql.ScriptDom.ParseError> errors);
member this.ParseBooleanExpression : System.IO.TextReader * IList -> Microsoft.SqlServer.TransactSql.ScriptDom.BooleanExpression
Public Function ParseBooleanExpression (input As TextReader, ByRef errors As IList(Of ParseError)) As BooleanExpression
Paramètres
- input
- TextReader
Entrée.
- errors
- IList<ParseError>
Collection d’erreurs.
Retours
S’applique à
ParseBooleanExpression(TextReader, IList<ParseError>, Int32, Int32, Int32)
Analyse une chaîne d’entrée pour obtenir une expression booléenne. Cela retourne null, s’il y a eu des erreurs.
public abstract Microsoft.SqlServer.TransactSql.ScriptDom.BooleanExpression ParseBooleanExpression(System.IO.TextReader input, out System.Collections.Generic.IList<Microsoft.SqlServer.TransactSql.ScriptDom.ParseError> errors, int startOffset, int startLine, int startColumn);
abstract member ParseBooleanExpression : System.IO.TextReader * IList * int * int * int -> Microsoft.SqlServer.TransactSql.ScriptDom.BooleanExpression
Public MustOverride Function ParseBooleanExpression (input As TextReader, ByRef errors As IList(Of ParseError), startOffset As Integer, startLine As Integer, startColumn As Integer) As BooleanExpression
Paramètres
- input
- TextReader
- errors
- IList<ParseError>
- startOffset
- Int32
- startLine
- Int32
- startColumn
- Int32