LinkLeafOperator Enumeration

Operators supported for LinkLeafCondition.

命名空间: Microsoft.SqlServer.NotificationServices.Rules
程序集: Microsoft.SqlServer.NotificationServices.Rules (in microsoft.sqlserver.notificationservices.rules.dll)

语法

声明
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.

平台

开发平台

有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。

目标平台

有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。

请参阅

参考

Microsoft.SqlServer.NotificationServices.Rules Namespace