PredCompareExpr Class

Definition

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
PredCompareExpr

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.

Applies to