PredFunctionExpr Class

Represents the function expression in a predicate.

Inheritance Hierarchy

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

The PredFunctionExpr type exposes the following members.

Constructors

  Name Description
Public method PredFunctionExpr Initializes a new instance of the PredFunctionExpr class.

Top

Properties

  Name Description
Public property Operand Gets the operand.
Public property Operator Gets the PredCompare instance.
Public property Value Gets the value.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Remarks

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

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.SqlServer.Management.XEvent Namespace