FilterPropertyHandler-Delegat
Represents the method that will handle the FilterPropertyHandler event. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Delegate Function FilterPropertyHandler ( _
serializer As SfcSerializer, _
propertyArgs As FilterPropertyEventArgs _
) As Object
'Usage
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 unterstützt die Verwendung von Delegaten, aber nicht die Deklaration neuer Delegaten.
Parameter
- serializer
Typ: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcSerializer
The source of the event.
- propertyArgs
Typ: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .FilterPropertyEventArgs
The FilterPropertyEventArgs object that contains the event data.
Rückgabewert
Typ: System. . :: . .Object
An object that represents the property value.