Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
)
Parameter
- type
Typ: Microsoft.SqlServer.Management.XEvent.PredLogicalExpr.LogicalOperatorType
The PredLogicalExpr.LogicalOperatorType object that will be applied on predExpr1 and predExpr2.
- predExpr1
Typ: Microsoft.SqlServer.Management.XEvent.PredExpr
A PredExpr object.
- predExpr2
Typ: Microsoft.SqlServer.Management.XEvent.PredExpr
A PredExpr object.