Condividi tramite


ExpressionValue Constructor (Argument, ExpressionOperator, Argument)

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

Spazio dei nomi: Microsoft.SqlServer.NotificationServices.Rules
Assembly : Microsoft.SqlServer.NotificationServices.Rules (in microsoft.sqlserver.notificationservices.rules.dll)

Sintassi

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

Parametri

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

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

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