Compartir a través de


PolicyEvaluationStarted Evento

Espacio de nombres:  Microsoft.SqlServer.Management.Dmf
Ensamblado:  Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)

Sintaxis

'Declaración
Public Event PolicyEvaluationStarted As Policy..::..PolicyEvaluationStartedEventHandler
'Uso
Dim instance As Policy
Dim handler As Policy..::..PolicyEvaluationStartedEventHandler

AddHandler instance.PolicyEvaluationStarted, handler
public event Policy..::..PolicyEvaluationStartedEventHandler PolicyEvaluationStarted
public:
 event Policy..::..PolicyEvaluationStartedEventHandler^ PolicyEvaluationStarted {
    void add (Policy..::..PolicyEvaluationStartedEventHandler^ value);
    void remove (Policy..::..PolicyEvaluationStartedEventHandler^ value);
}
member PolicyEvaluationStarted : IEvent<Policy..::..PolicyEvaluationStartedEventHandler,
    EventArgs>
JScript admite el uso de eventos, pero no la declaración de otros nuevos.