Partilhar via


Delegado Policy.PolicyEvaluationStartedEventHandler

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

Namespace:  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (em Microsoft.SqlServer.Dmf.dll)

Sintaxe

'Declaração
Public Delegate Sub PolicyEvaluationStartedEventHandler ( _
    sender As Object, _
    e As EventArgs _
)
'Uso
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 dá suporte ao uso de representantes, mas não à declaração de representantes novos.

Parâmetros

Comentários

Só há suporte para esse namespace, classe ou membro na versão 2.0 do Microsoft .NET Framework.

Consulte também

Referência