Compartilhar via


RuleValue Constructor ()

Default constructor that creates a new instance of the RuleValue class.

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

Syntax

'Declaration
Public Sub New
public RuleValue ()
public:
RuleValue ()
public RuleValue ()
public function RuleValue ()

Remarks

You must provide a rule using the Rule property; this rule must have the same InputType value as the rule or condition you are defining.

A RuleLogic instance of type FilterRule has a Boolean return value; an instance of type PropertyRule has a return type determined by the Result property.

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

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