次の方法で共有


PredLogicalExpr コンストラクター

PredLogicalExpr クラスの新しいインスタンスを初期化します。

名前空間:  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 名前空間