Freigeben über


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
)

Parameter

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

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