PredCompareExpr Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
PredCompareExpr class represents expression like sqlserver.database_id=7
public sealed class PredCompareExpr : Microsoft.SqlServer.Management.XEvent.PredExpr
type PredCompareExpr = class
inherit PredExpr
Public NotInheritable Class PredCompareExpr
Inherits PredExpr
- Inheritance
Constructors
PredCompareExpr(PredCompareExpr+ComparatorType, PredOperand, PredValue) |
Initializes a new instance of the PredCompareExpr class. |
Properties
Operand |
Get the operand. |
Operator |
Get the compare operator. |
Value |
Get the value. |