Compartir a través de


FilterStatement.Action Property

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

Espacio de nombres: Microsoft.SqlServer.NotificationServices.Rules
Ensamblado: Microsoft.SqlServer.NotificationServices.Rules (in microsoft.sqlserver.notificationservices.rules.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

The FilterAction that represents the action to perform.

Notas

The default value is Include

Seguridad para subprocesos

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.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

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