Evento Policy.PolicyEvaluationStarted
Represents the event activated when policy evaluation begins.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (em Microsoft.SqlServer.Dmf.dll)
Sintaxe
'Declaração
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 dá suporte ao uso de eventos, mas não à declaração de eventos novos.