PredFunctionExpr クラス

定義

述語内の関数式のクラス。 関数式は次のようになります。 Pred_Compare(オペランド, 値) オペランドは PredOperand のインスタンスであり、値は PredValue のインスタンスです。

public sealed class PredFunctionExpr : Microsoft.SqlServer.Management.XEvent.PredExpr
type PredFunctionExpr = class
    inherit PredExpr
Public NotInheritable Class PredFunctionExpr
Inherits PredExpr
継承
PredFunctionExpr

コンストラクター

名前 説明
PredFunctionExpr(PredCompareInfo, PredOperand, PredValue)

PredFunctionExpr クラスの新しいインスタンスを初期化します。

プロパティ

名前 説明
Operand

オペランドを取得します。

Operator

pred_Compare インスタンスを取得します。

Value

値を取得します。

適用対象