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 ()
Hinweise
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.
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
RuleValue Class
RuleValue Members
Microsoft.SqlServer.NotificationServices.Rules Namespace