LinkLeafOperator Enumeration

Operators supported for LinkLeafCondition.

Espace de noms: Microsoft.SqlServer.NotificationServices.Rules
Assembly: Microsoft.SqlServer.NotificationServices.Rules (in microsoft.sqlserver.notificationservices.rules.dll)

Syntaxe

'Déclaration
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.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

Microsoft.SqlServer.NotificationServices.Rules Namespace