PredLogicalExpr Constructor

Initializes a new instance of the PredLogicalExpr class.

Namespace:  Microsoft.SqlServer.Management.XEvent
Assembly:  Microsoft.SqlServer.Management.XEvent (in Microsoft.SqlServer.Management.XEvent.dll)

Syntax

'Declaration
Public Sub New ( _
    type As PredLogicalExpr.LogicalOperatorType, _
    predExpr1 As PredExpr, _
    predExpr2 As PredExpr _
)
'Usage
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
)

Parameters

See Also

Reference

PredLogicalExpr Class

Microsoft.SqlServer.Management.XEvent Namespace