Delegato FilterPropertyHandler
Represents the method that will handle the FilterPropertyHandler event. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintassi
'Dichiarazione
Public Delegate Function FilterPropertyHandler ( _
serializer As SfcSerializer, _
propertyArgs As FilterPropertyEventArgs _
) As Object
'Utilizzo
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 supporta l'utilizzo di delegati, ma non la dichiarazione di nuovi delegati.
Parametri
- 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.
Valore restituito
Tipo: System. . :: . .Object
An object that represents the property value.