Share via


PredFunctionExpr クラス

述語の関数式を表します。

継承階層

System.Object
  Microsoft.SqlServer.Management.XEvent.Predicate
    Microsoft.SqlServer.Management.XEvent.PredExpr
      Microsoft.SqlServer.Management.XEvent.PredFunctionExpr

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

構文

'宣言
Public NotInheritable Class PredFunctionExpr _
    Inherits PredExpr
'使用
Dim instance As PredFunctionExpr
public sealed class PredFunctionExpr : PredExpr
public ref class PredFunctionExpr sealed : public PredExpr
[<SealedAttribute>]
type PredFunctionExpr =  
    class 
        inherit PredExpr 
    end
public final class PredFunctionExpr extends PredExpr

PredFunctionExpr 型は、以下のメンバーを公開しています。

コンストラクター

  名前 説明
パブリック メソッド PredFunctionExpr PredFunctionExpr クラスの新しいインスタンスを初期化します。

先頭に戻る

プロパティ

  名前 説明
パブリック プロパティ Operand オペランドを取得します。
パブリック プロパティ Operator PredCompare のインスタンスを取得します。
パブリック プロパティ Value 値を取得します。

先頭に戻る

メソッド

  名前 説明
パブリック メソッド Equals (Object から継承されています。)
パブリック メソッド GetHashCode (Object から継承されています。)
パブリック メソッド GetType (Object から継承されています。)
パブリック メソッド ToString (Object から継承されています。)

先頭に戻る

説明

関数式は、オペランドが PredOperand オブジェクトで、値が PredValue オブジェクトである Pred_Compare(operand, value) 構文と似ています。

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

関連項目

参照

Microsoft.SqlServer.Management.XEvent 名前空間