ExpressionValue Constructor (Argument, ExpressionOperator, Argument)

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.

平台

开发平台

有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。

目标平台

有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。

请参阅

参考

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