FilterStatement.Action Property
Gets or sets the action to perform if the statement's condition is met.
Namespace: Microsoft.SqlServer.NotificationServices.Rules
Assembly: Microsoft.SqlServer.NotificationServices.Rules (in microsoft.sqlserver.notificationservices.rules.dll)
Syntax
'Declaration
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)
Property Value
The FilterAction that represents the action to perform.
Remarks
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.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
FilterStatement Class
FilterStatement Members
Microsoft.SqlServer.NotificationServices.Rules Namespace