ExpressionOperator Enumeration

Operators supported for ExpressionValue.

Пространство имен: Microsoft.SqlServer.NotificationServices.Rules
Сборка: Microsoft.SqlServer.NotificationServices.Rules (in microsoft.sqlserver.notificationservices.rules.dll)

Синтаксис

'Декларация
Public Enumeration ExpressionOperator
public enum ExpressionOperator
public enum class ExpressionOperator
public enum ExpressionOperator
public enum ExpressionOperator

Members

Member name Description
Addition Adds the scalar values.
Division Divides the Left scalar value by the Right scalar value.
Multiplication Multiplies the scalar values.
Subtraction Subtracts the Right scalar value from the Left scalar value.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

Microsoft.SqlServer.NotificationServices.Rules Namespace