Délégué FilterPropertyHandler

Represents the method that will handle the FilterPropertyHandler event. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Public Delegate Function FilterPropertyHandler ( _
    serializer As SfcSerializer, _
    propertyArgs As FilterPropertyEventArgs _
) As Object
'Utilisation
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 prend en charge l'utilisation de délégués, mais pas la déclaration de nouveaux délégués.

Paramètres

Valeur de retour

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

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc