Evento SfcSerializer.FilterPropertyHandler
Occurs when a property is serialized. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintassi
'Dichiarazione
Public Event FilterPropertyHandler As FilterPropertyHandler
'Utilizzo
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 supporta l'utilizzo di eventi, ma non la dichiarazione di nuovi eventi.