PredLogicalExpr Constructor

Definition

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

type
PredLogicalExpr.LogicalOperatorType

The logical operator that will be applied on predExpr1 and predExpr2.

predExpr1
PredExpr

PredExpr1.

predExpr2
PredExpr

PredExpr2.

Applies to