Delegado FilterPropertyHandler
Represents the method that will handle the FilterPropertyHandler event. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
Public Delegate Function FilterPropertyHandler ( _
serializer As SfcSerializer, _
propertyArgs As FilterPropertyEventArgs _
) As Object
'Uso
Dim instance As New FilterPropertyHandler(AddressOf HandlerMethod)
public delegate Object FilterPropertyHandler(
SfcSerializer serializer,
FilterPropertyEventArgs propertyArgs
)
public delegate Object^ FilterPropertyHandler(
SfcSerializer^ serializer,
FilterPropertyEventArgs^ propertyArgs
)
type FilterPropertyHandler =
delegate of
serializer:SfcSerializer *
propertyArgs:FilterPropertyEventArgs -> Object
JScript admite el uso de delegados, pero no la declaración de otros nuevos.
Parámetros
- serializer
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.SfcSerializer
The source of the event.
- propertyArgs
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.FilterPropertyEventArgs
The FilterPropertyEventArgs object that contains the event data.
Valor devuelto
Tipo: System.Object
An object that represents the property value.