Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Occurs when a property is serialized. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Event FilterPropertyHandler As FilterPropertyHandler
'Usage
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 supports the use of events, but not the declaration of new ones.