Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the logical operator.
Namespace: Microsoft.SqlServer.Management.XEvent
Assembly: Microsoft.SqlServer.Management.XEvent (in Microsoft.SqlServer.Management.XEvent.dll)
Syntax
'Declaration
Public ReadOnly Property Operator As PredLogicalExpr.LogicalOperatorType
Get
'Usage
Dim instance As PredLogicalExpr
Dim value As PredLogicalExpr.LogicalOperatorType
value = instance.Operator
public PredLogicalExpr.LogicalOperatorType Operator { get; }
public:
property PredLogicalExpr.LogicalOperatorType Operator {
PredLogicalExpr.LogicalOperatorType get ();
}
member Operator : PredLogicalExpr.LogicalOperatorType
function get Operator () : PredLogicalExpr.LogicalOperatorType
Property Value
Type: Microsoft.SqlServer.Management.XEvent.PredLogicalExpr.LogicalOperatorType
The logical operator.