Événement Policy.PolicyEvaluationStarted
Represents the event activated when policy evaluation begins.
Espace de noms : Microsoft.SqlServer.Management.Dmf
Assembly : Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)
Syntaxe
'Déclaration
Public Event PolicyEvaluationStarted As Policy.PolicyEvaluationStartedEventHandler
'Utilisation
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 prend en charge l'utilisation d'événements, mais pas la déclaration de nouveaux événements.