Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
- type
Type: Microsoft.SqlServer.Management.XEvent.PredLogicalExpr.LogicalOperatorType
The PredLogicalExpr.LogicalOperatorType object that will be applied on predExpr1 and predExpr2.
- predExpr1
Type: Microsoft.SqlServer.Management.XEvent.PredExpr
A PredExpr object.
- predExpr2
Type: Microsoft.SqlServer.Management.XEvent.PredExpr
A PredExpr object.