Compartir a través de


Evento SfcSerializer.FilterPropertyHandler

Occurs when a property is serialized. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
Public Event FilterPropertyHandler As FilterPropertyHandler
'Uso
Dim instance As SfcSerializer 
Dim handler As FilterPropertyHandler 

AddHandler instance.FilterPropertyHandler, handler
public event FilterPropertyHandler FilterPropertyHandler
public:
 event FilterPropertyHandler^ FilterPropertyHandler {
    void add (FilterPropertyHandler^ value);
    void remove (FilterPropertyHandler^ value);
}
member FilterPropertyHandler : IEvent<FilterPropertyHandler,
    EventArgs>
JScript admite el uso de eventos, pero no la declaración de otros nuevos.

Vea también

Referencia

SfcSerializer Clase

Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc