Поделиться через


FilterAction Enumeration

Actions supported for FilterStatement.

Пространство имен: Microsoft.SqlServer.NotificationServices.Rules
Сборка: Microsoft.SqlServer.NotificationServices.Rules (in microsoft.sqlserver.notificationservices.rules.dll)

Синтаксис

'Декларация
Public Enumeration FilterAction
public enum FilterAction
public enum class FilterAction
public enum FilterAction
public enum FilterAction

Members

Member name Description
Exclude If the condition is met, the input row is excluded from the results.
Include If the condition is met, the input row is included the results.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

Microsoft.SqlServer.NotificationServices.Rules Namespace