Compartir a través de


PropertyRule.PropertyStatements Property

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

Espacio de nombres: Microsoft.SqlServer.NotificationServices.Rules
Ensamblado: Microsoft.SqlServer.NotificationServices.Rules (in microsoft.sqlserver.notificationservices.rules.dll)

Sintaxis

'Declaración
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>

Valor de propiedad

A Collection of PropertyStatement objects.

Notas

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.

Seguridad para subprocesos

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.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

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