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 | |
---|---|---|
Predicate | Initializes a new instance of the Predicate class. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
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.