FilterPropertyHandler-Ereignis
Occurs when a property is serialized. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.
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 unterstützt die Verwendung von Ereignissen, aber nicht die Deklaration neuer Ereignisse.