Condividi tramite


ExpressionValue.Operator Property

Gets or sets the operator applied to the Left value and Right value.

Spazio dei nomi: Microsoft.SqlServer.NotificationServices.Rules
Assembly : Microsoft.SqlServer.NotificationServices.Rules (in microsoft.sqlserver.notificationservices.rules.dll)

Sintassi

'Dichiarazione
Public Property Operator As ExpressionOperator
public ExpressionOperator Operator { get; set; }
public:
property ExpressionOperator Operator {
    ExpressionOperator get ();
    void set (ExpressionOperator value);
}
/** @property */
public ExpressionOperator get_Operator ()

/** @property */
public void set_Operator (ExpressionOperator value)
public function get Operator () : ExpressionOperator

public function set Operator (value : ExpressionOperator)

Valore proprietà

An ExpressionOperator object that specifies the operator to use when evaluating the expression.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

ExpressionValue Class
ExpressionValue Members
Microsoft.SqlServer.NotificationServices.Rules Namespace