PredLogicalExpr Costruttore
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Inizializza una nuova istanza della 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)
Parametri
Operatore logico che verrà applicato a predExpr1 e predExpr2.
- predExpr1
- PredExpr
PredExpr1.
- predExpr2
- PredExpr
PredExpr2.