共用方式為


FilterPropertyHandler 委派

Represents the method that will handle the FilterPropertyHandler event. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。

命名空間:  Microsoft.SqlServer.Management.Sdk.Sfc
組件:  Microsoft.SqlServer.Management.Sdk.Sfc (在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

語法

'宣告
Public Delegate Function FilterPropertyHandler ( _
    serializer As SfcSerializer, _
    propertyArgs As FilterPropertyEventArgs _
) As Object
'用途
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 支援委託的使用,但不支援新委託的宣告。

參數

傳回值

型別:System. . :: . .Object
An object that represents the property value.