ExpressionValue.Operator Property

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

Namespace: Microsoft.SqlServer.NotificationServices.Rules
Assembly: Microsoft.SqlServer.NotificationServices.Rules (in microsoft.sqlserver.notificationservices.rules.dll)

Syntax

'Declaration
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)

Property Value

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.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

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