Freigeben über


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)

Eigenschaftswert

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

Threadsicherheit

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.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

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