Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Initializes a new instance of the ExpressionValue class with a two expression values and an operator.
Пространство имен: Microsoft.SqlServer.NotificationServices.Rules
Сборка: Microsoft.SqlServer.NotificationServices.Rules (in microsoft.sqlserver.notificationservices.rules.dll)
Синтаксис
'Декларация
Public Sub New ( _
left As Argument, _
op As ExpressionOperator, _
right As Argument _
)
public ExpressionValue (
Argument left,
ExpressionOperator op,
Argument right
)
public:
ExpressionValue (
Argument^ left,
ExpressionOperator op,
Argument^ right
)
public ExpressionValue (
Argument left,
ExpressionOperator op,
Argument right
)
public function ExpressionValue (
left : Argument,
op : ExpressionOperator,
right : Argument
)
Параметры
- left
Sets the Left property, which is the first argument for the expression.
- op
Sets the Operator property for the expression.
- right
Sets the Right property, which is the second argument for the expression.
Платформы
Платформы разработки
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
Целевые платформы
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
См. также
Справочник
ExpressionValue Class
ExpressionValue Members
Microsoft.SqlServer.NotificationServices.Rules Namespace