Partager via


Propriété PredLogicalExpr.Operator

Gets the logical operator.

Espace de noms :  Microsoft.SqlServer.Management.XEvent
Assembly :  Microsoft.SqlServer.Management.XEvent (en Microsoft.SqlServer.Management.XEvent.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Operator As PredLogicalExpr.LogicalOperatorType 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

PredLogicalExpr Classe

Espace de noms Microsoft.SqlServer.Management.XEvent