次の方法で共有


TSqlParser.ParseBooleanExpression メソッド (TextReader, IList<ParseError>%)

指定されたテキスト リーダーを使用して、ブール式およびエラーの一覧を返します。

名前空間:  Microsoft.SqlServer.TransactSql.ScriptDom
アセンブリ:  Microsoft.SqlServer.TransactSql.ScriptDom (Microsoft.SqlServer.TransactSql.ScriptDom.dll)

構文

'宣言
Public Function ParseBooleanExpression ( _
    input As TextReader, _
    <OutAttribute> ByRef errors As IList(Of ParseError) _
) As BooleanExpression
'使用
Dim instance As TSqlParser 
Dim input As TextReader 
Dim errors As IList(Of ParseError)
Dim returnValue As BooleanExpression 

returnValue = instance.ParseBooleanExpression(input, _
    errors)
public BooleanExpression ParseBooleanExpression(
    TextReader input,
    out IList<ParseError> errors
)
public:
BooleanExpression^ ParseBooleanExpression(
    TextReader^ input, 
    [OutAttribute] IList<ParseError^>^% errors
)
member ParseBooleanExpression : 
        input:TextReader * 
        errors:IList<ParseError> byref -> BooleanExpression
public function ParseBooleanExpression(
    input : TextReader, 
    errors : IList<ParseError>
) : BooleanExpression

パラメーター

  • errors
    型: System.Collections.Generic.IList<ParseError>%
    このメソッドから制御が戻ったとき、解析中に発生したエラーの一覧が含まれます。 このパラメーターは初期化せずに渡されます。

戻り値

型: Microsoft.SqlServer.TransactSql.ScriptDom.BooleanExpression
解析エラーです。

関連項目

参照

TSqlParser クラス

ParseBooleanExpression オーバーロード

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間