FilterPropertyHandler Delegate
Represents the method that will handle the FilterPropertyHandler event. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
public delegate Object^ FilterPropertyHandler( SfcSerializer^ serializer, FilterPropertyEventArgs^ propertyArgs )
Parameters
- serializer
-
Type:
Microsoft.SqlServer.Management.Sdk.Sfc::SfcSerializer^
The source of the event.
- propertyArgs
-
Type:
Microsoft.SqlServer.Management.Sdk.Sfc::FilterPropertyEventArgs^
The FilterPropertyEventArgs object that contains the event data.
Show: