नोट
इस पेज तक पहुँच के लिए प्रमाणन की आवश्यकता होती है. आप साइन इन करने या निर्देशिकाओं को बदलने का प्रयास कर सकते हैं.
इस पेज तक पहुँच के लिए प्रमाणन की आवश्यकता होती है. आप निर्देशिकाओं को बदलने का प्रयास कर सकते हैं.
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