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 | |
---|---|---|
PredExpr | Initializes a new instance of PredExpr 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.