PredLogicalExpr Constructor
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.
Initializes a new instance of the PredLogicalExpr class.
public PredLogicalExpr (Microsoft.SqlServer.Management.XEvent.PredLogicalExpr.LogicalOperatorType type, Microsoft.SqlServer.Management.XEvent.PredExpr predExpr1, Microsoft.SqlServer.Management.XEvent.PredExpr predExpr2);
new Microsoft.SqlServer.Management.XEvent.PredLogicalExpr : Microsoft.SqlServer.Management.XEvent.PredLogicalExpr.LogicalOperatorType * Microsoft.SqlServer.Management.XEvent.PredExpr * Microsoft.SqlServer.Management.XEvent.PredExpr -> Microsoft.SqlServer.Management.XEvent.PredLogicalExpr
Public Sub New (type As PredLogicalExpr.LogicalOperatorType, predExpr1 As PredExpr, predExpr2 As PredExpr)
Parameters
The logical operator that will be applied on predExpr1 and predExpr2.
- predExpr1
- PredExpr
PredExpr1.
- predExpr2
- PredExpr
PredExpr2.