FilterStatement Constructor (Condition, FilterAction)
Initializes a new instance of the FilterStatement class with a condition and an action.
Spazio dei nomi: Microsoft.SqlServer.NotificationServices.Rules
Assembly : Microsoft.SqlServer.NotificationServices.Rules (in microsoft.sqlserver.notificationservices.rules.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
condition As Condition, _
action As FilterAction _
)
public FilterStatement (
Condition condition,
FilterAction action
)
public:
FilterStatement (
Condition^ condition,
FilterAction action
)
public FilterStatement (
Condition condition,
FilterAction action
)
public function FilterStatement (
condition : Condition,
action : FilterAction
)
Parametri
- condition
The Condition that represents the condition to evaluate. This parameter sets Condition property.
- action
The FilterAction that represents the action to perform if the condition is met. This parameter sets Action property.
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
FilterStatement Class
FilterStatement Members
Microsoft.SqlServer.NotificationServices.Rules Namespace