Share via


Predicate Class

Represents the abstract base class for all predicate classes.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Management.XEvent.Predicate
    Microsoft.SqlServer.Management.XEvent.PredExpr
    Microsoft.SqlServer.Management.XEvent.PredOperand
    Microsoft.SqlServer.Management.XEvent.PredValue

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

Syntax

'Declaration
Public MustInherit Class Predicate
'Usage
Dim instance As Predicate
public abstract class Predicate
public ref class Predicate abstract
[<AbstractClassAttribute>]
type Predicate =  class end
public abstract class Predicate

The Predicate type exposes the following members.

Constructors

  Name Description
Protected method Predicate Initializes a new instance of the Predicate 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