Freigeben über


PredFunctionExpr-Klasse

Represents the function expression in a predicate.

Vererbungshierarchie

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

Namespace:  Microsoft.SqlServer.Management.XEvent
Assembly:  Microsoft.SqlServer.Management.XEvent (in Microsoft.SqlServer.Management.XEvent.dll)

Syntax

'Declaration
Public NotInheritable Class PredFunctionExpr _
    Inherits PredExpr
'Usage
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

Der PredFunctionExpr-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode PredFunctionExpr Initializes a new instance of the PredFunctionExpr class.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Operand Gets the operand.
Öffentliche Eigenschaft Operator Gets the PredCompare instance.
Öffentliche Eigenschaft Value Gets the value.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Hinweise

A function expression resembles the Pred_Compare(operand, value) syntax where operand is a PredOperand object and value is a PredValue object.

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.SqlServer.Management.XEvent-Namespace