Partager via


FilterStatement.Action Property

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

Espace de noms: Microsoft.SqlServer.NotificationServices.Rules
Assembly: Microsoft.SqlServer.NotificationServices.Rules (in microsoft.sqlserver.notificationservices.rules.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

The FilterAction that represents the action to perform.

Notes

The default value is Include

Sécurité des threads

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.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

FilterStatement Class
FilterStatement Members
Microsoft.SqlServer.NotificationServices.Rules Namespace