Construtor PredLogicalExpr
Initializes a new instance of the PredLogicalExpr class.
Namespace: Microsoft.SqlServer.Management.XEvent
Assembly: Microsoft.SqlServer.Management.XEvent (em Microsoft.SqlServer.Management.XEvent.dll)
Sintaxe
'Declaração
Public Sub New ( _
type As PredLogicalExpr.LogicalOperatorType, _
predExpr1 As PredExpr, _
predExpr2 As PredExpr _
)
'Uso
Dim type As PredLogicalExpr.LogicalOperatorType
Dim predExpr1 As PredExpr
Dim predExpr2 As PredExpr
Dim instance As New PredLogicalExpr(type, predExpr1, _
predExpr2)
public PredLogicalExpr(
PredLogicalExpr.LogicalOperatorType type,
PredExpr predExpr1,
PredExpr predExpr2
)
public:
PredLogicalExpr(
PredLogicalExpr.LogicalOperatorType type,
PredExpr^ predExpr1,
PredExpr^ predExpr2
)
new :
type:PredLogicalExpr.LogicalOperatorType *
predExpr1:PredExpr *
predExpr2:PredExpr -> PredLogicalExpr
public function PredLogicalExpr(
type : PredLogicalExpr.LogicalOperatorType,
predExpr1 : PredExpr,
predExpr2 : PredExpr
)
Parâmetros
- type
Tipo: Microsoft.SqlServer.Management.XEvent.PredLogicalExpr.LogicalOperatorType
The PredLogicalExpr.LogicalOperatorType object that will be applied on predExpr1 and predExpr2.
- predExpr1
Tipo: Microsoft.SqlServer.Management.XEvent.PredExpr
A PredExpr object.
- predExpr2
Tipo: Microsoft.SqlServer.Management.XEvent.PredExpr
A PredExpr object.