Evento PolicyEvaluationStarted
Represents the event activated when policy evaluation begins.
Spazio dei nomi Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Sintassi
'Dichiarazione
Public Event PolicyEvaluationStarted As Policy..::..PolicyEvaluationStartedEventHandler
'Utilizzo
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 supporta l'utilizzo di eventi, ma non la dichiarazione di nuovi eventi.