Langage

PredLogicalExpr Constructeur

Définition

Initialise une nouvelle instance de la classe PredLogicalExpr.

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)

Paramètres

type
PredLogicalExpr.LogicalOperatorType

Opérateur logique qui sera appliqué sur predExpr1 et predExpr2.

predExpr1
PredExpr

PredExpr1.

predExpr2
PredExpr

PredExpr2.

S’applique à