Compartir a través de


PropertyRule Constructor ()

Default constructor that creates new instance of the PropertyRule class.

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

Sintaxis

'Declaración
Public Sub New
public PropertyRule ()
public:
PropertyRule ()
public PropertyRule ()
public function PropertyRule ()

Notas

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.

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