Condividi tramite


FilterStatement.Action Property

Gets or sets the action to perform if the statement's condition is met.

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

Sintassi

'Dichiarazione
Public Property Action As FilterAction
public FilterAction Action { get; set; }
public:
property FilterAction Action {
    FilterAction get ();
    void set (FilterAction value);
}
/** @property */
public FilterAction get_Action ()

/** @property */
public void set_Action (FilterAction value)
public function get Action () : FilterAction

public function set Action (value : FilterAction)

Valore proprietà

The FilterAction that represents the action to perform.

Osservazioni

The default value is Include

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

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