PredExpr Class

Represents the abstract base class for the PredCompareExpr class.

Inheritance Hierarchy

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

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

Syntax

'Declaration
Public MustInherit Class PredExpr _
    Inherits Predicate
'Usage
Dim instance As PredExpr
public abstract class PredExpr : Predicate
public ref class PredExpr abstract : public Predicate
[<AbstractClassAttribute>]
type PredExpr =  
    class 
        inherit Predicate 
    end
public abstract class PredExpr extends Predicate

The PredExpr type exposes the following members.

Constructors

  Name Description
Protected method PredExpr Initializes a new instance of PredExpr class.

Top

Methods

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

Top

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