共用方式為


TSql160Parser.ParseBooleanExpression 方法

定義

剖析輸入字串以取得布林運算式。 如果有任何錯誤,這會傳回 null。

public override 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);
override this.ParseBooleanExpression : System.IO.TextReader * IList * int * int * int -> Microsoft.SqlServer.TransactSql.ScriptDom.BooleanExpression
Public Overrides Function ParseBooleanExpression (input As TextReader, ByRef errors As IList(Of ParseError), startOffset As Integer, startLine As Integer, startColumn As Integer) As BooleanExpression

參數

input
TextReader
errors
IList<ParseError>
startOffset
Int32
startLine
Int32
startColumn
Int32

傳回

適用於