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 支持使用委托,但不支持声明新委托。
参数
- serializer
类型:Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcSerializer
The source of the event.
- propertyArgs
类型:Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .FilterPropertyEventArgs
The FilterPropertyEventArgs object that contains the event data.
返回值
类型:System. . :: . .Object
An object that represents the property value.