Policy.PolicyEvaluationStartedEventHandler 委托

The PolicyEvaluationStartedEventHandler class represents the event handler that handles the event that occurs when the evaluation of a policy has started.

命名空间:  Microsoft.SqlServer.Management.Dmf
程序集:  Microsoft.SqlServer.Dmf(在 Microsoft.SqlServer.Dmf.dll 中)

语法

声明
Public Delegate Sub PolicyEvaluationStartedEventHandler ( _
    sender As Object, _
    e As EventArgs _
)
用法
Dim instance As New PolicyEvaluationStartedEventHandler(AddressOf HandlerMethod)
public delegate void PolicyEvaluationStartedEventHandler(
    Object sender,
    EventArgs e
)
public delegate void PolicyEvaluationStartedEventHandler(
    Object^ sender, 
    EventArgs^ e
)
type PolicyEvaluationStartedEventHandler = 
    delegate of 
        sender:Object * 
        e:EventArgs -> unit
JScript 支持使用委托,但不支持声明新委托。

参数

注释

仅 Microsoft .NET Framework 的 2.0 版本支持此命名空间、类或成员。