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>
Eigenschaftswert
A Collection of PropertyStatement objects.
Hinweise
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.
Threadsicherheit
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.
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
PropertyRule Class
PropertyRule Members
Microsoft.SqlServer.NotificationServices.Rules Namespace