Share via


LinkLeafOperator Enumeration

Operators supported for LinkLeafCondition.

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

Sintaxis

'Declaración
Public Enumeration LinkLeafOperator
public enum LinkLeafOperator
public enum class LinkLeafOperator
public enum LinkLeafOperator
public enum LinkLeafOperator

Members

Member name Description
Any Evaluates to true if any rows related to the input through the LinkChain satisfies the criteria of the Filter.
Every Evaluates to true if all of the rows related to the input through the LinkChain satisfy the criteria of the Filter.

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

Microsoft.SqlServer.NotificationServices.Rules Namespace