共用方式為


PredLogicalExpr 建構函式

Initializes a new instance of the PredLogicalExpr class.

命名空間:  Microsoft.SqlServer.Management.XEvent
組件:  Microsoft.SqlServer.Management.XEvent (在 Microsoft.SqlServer.Management.XEvent.dll 中)

語法

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

參數

請參閱

參考

PredLogicalExpr 類別

Microsoft.SqlServer.Management.XEvent 命名空間