PredCompareExpr Class
Represents a predicate expression that can be used in a conditional statement.
Assembly: Microsoft.SqlServer.Management.XEvent (in Microsoft.SqlServer.Management.XEvent.dll)
System::Object
Microsoft.SqlServer.Management.XEvent::Predicate
Microsoft.SqlServer.Management.XEvent::PredExpr
Microsoft.SqlServer.Management.XEvent::PredCompareExpr
Microsoft.SqlServer.Management.XEvent::Predicate
Microsoft.SqlServer.Management.XEvent::PredExpr
Microsoft.SqlServer.Management.XEvent::PredCompareExpr
| Name | Description | |
|---|---|---|
![]() | PredCompareExpr(PredCompareExpr::ComparatorType, PredOperand^, PredValue^) | Initializes a new instance of the PredCompareExpr class. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
The following expression could be used in a PredCompareExpr object.
sqlserver.database_id=7
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

