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 네임스페이스