Delegado FilterPropertyHandler
Represents the method that will handle the FilterPropertyHandler event. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
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 dá suporte ao uso de representantes, mas não à declaração de representantes novos.
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 de retorno
Tipo: System.Object
An object that represents the property value.