Partilhar via


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

Valor de retorno

Tipo: System.Object
An object that represents the property value.

Consulte também

Referência

Namespace Microsoft.SqlServer.Management.Sdk.Sfc