Compartilhar via


ExpressionValue Constructor (Argument, ExpressionOperator, Argument)

Initializes a new instance of the ExpressionValue class with a two expression values and an operator.

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

Syntax

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

Parameters

  • 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.

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