Condividi tramite


RuleValue Constructor ()

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

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

Sintassi

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

Osservazioni

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.

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

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