PredLogicalExpr.Operator Property

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.

See Also

Reference

PredLogicalExpr Class

Microsoft.SqlServer.Management.XEvent Namespace