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)

Eigenschaftswert

The FilterAction that represents the action to perform.

Hinweise

The default value is Include

Threadsicherheit

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.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

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