Condividi tramite


PropertyRule.PropertyStatements Property

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

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

Sintassi

'Dichiarazione
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>

Valore proprietà

A Collection of PropertyStatement objects.

Osservazioni

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.

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

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