PropertyRule.PropertyStatements Property

Gets the collection of PropertyStatement objects describing the logic of this instance.

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

Syntax

'Declaration
Public ReadOnly Property PropertyStatements As Collection(Of PropertyStatement)
public Collection<PropertyStatement> PropertyStatements { get; }
public:
property Collection<PropertyStatement^>^ PropertyStatements {
    Collection<PropertyStatement^>^ get ();
}
/** @property */
public Collection<PropertyStatement> get_PropertyStatements ()
public function get PropertyStatements () : Collection<PropertyStatement>

Property Value

A Collection of PropertyStatement objects.

Remarks

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.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

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