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 compare operator.
Namespace: Microsoft.SqlServer.Management.XEvent
Assembly: Microsoft.SqlServer.Management.XEvent (in Microsoft.SqlServer.Management.XEvent.dll)
Syntax
'Declaration
Public ReadOnly Property Operator As PredCompareExpr.ComparatorType
Get
'Usage
Dim instance As PredCompareExpr
Dim value As PredCompareExpr.ComparatorType
value = instance.Operator
public PredCompareExpr.ComparatorType Operator { get; }
public:
property PredCompareExpr.ComparatorType Operator {
PredCompareExpr.ComparatorType get ();
}
member Operator : PredCompareExpr.ComparatorType
function get Operator () : PredCompareExpr.ComparatorType
Property Value
Type: Microsoft.SqlServer.Management.XEvent.PredCompareExpr.ComparatorType
The compare operator.