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.