Condividi tramite


Proprietà PredLogicalExpr.Operator

Gets the logical operator.

Spazio dei nomi  Microsoft.SqlServer.Management.XEvent
Assembly:  Microsoft.SqlServer.Management.XEvent (in Microsoft.SqlServer.Management.XEvent.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Operator As PredLogicalExpr.LogicalOperatorType 
    Get
'Utilizzo
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

Valore proprietà

Tipo: Microsoft.SqlServer.Management.XEvent.PredLogicalExpr.LogicalOperatorType
The logical operator.

Vedere anche

Riferimento

PredLogicalExpr Classe

Spazio dei nomi Microsoft.SqlServer.Management.XEvent