Share via


FilterAction Enumeration

Actions supported for FilterStatement.

Spazio dei nomi: Microsoft.SqlServer.NotificationServices.Rules
Assembly : Microsoft.SqlServer.NotificationServices.Rules (in microsoft.sqlserver.notificationservices.rules.dll)

Sintassi

'Dichiarazione
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.

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

Microsoft.SqlServer.NotificationServices.Rules Namespace