PredLogicalExpr 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.
PredLogicalExpr class can apply NOT on one PredExpr or AND/OR on two PredExprs
public sealed class PredLogicalExpr : Microsoft.SqlServer.Management.XEvent.PredExpr
type PredLogicalExpr = class
inherit PredExpr
Public NotInheritable Class PredLogicalExpr
Inherits PredExpr
- Inheritance
Constructors
PredLogicalExpr(PredLogicalExpr+LogicalOperatorType, PredExpr, PredExpr) |
Initializes a new instance of the PredLogicalExpr class. |
Properties
LeftExpr |
Get the left sub-expression. |
Operator |
Get the logic operator. |
RightExpr |
Get the right sub-expression. |