PropertyRule Constructor ()
Default constructor that creates new instance of the PropertyRule class.
Namespace: Microsoft.SqlServer.NotificationServices.Rules
Assembly: Microsoft.SqlServer.NotificationServices.Rules (in microsoft.sqlserver.notificationservices.rules.dll)
Syntax
'Declaration
Public Sub New
public PropertyRule ()
public:
PropertyRule ()
public PropertyRule ()
public function PropertyRule ()
Remarks
You must define at least one PropertyStatement using the PropertyStatements property. If you define multiple statements, the result of evaluating this rule is the result of the first statement with a matching Condition criteria, or NULL if no criteria is met.
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
PropertyRule Class
PropertyRule Members
Microsoft.SqlServer.NotificationServices.Rules Namespace