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.

Namespace:   Microsoft.SqlServer.Management.Sdk.Sfc
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.

Return Value

Type: System::Object^

An object that represents the property value.

Return to top
Show: