Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Represents the event activated when policy evaluation completes.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
Public Event PolicyEvaluationFinished As Policy.PolicyEvaluationFinishedEventHandler
'Usage
Dim instance As Policy
Dim handler As Policy.PolicyEvaluationFinishedEventHandler
AddHandler instance.PolicyEvaluationFinished, handler
public event Policy.PolicyEvaluationFinishedEventHandler PolicyEvaluationFinished
public:
event Policy.PolicyEvaluationFinishedEventHandler^ PolicyEvaluationFinished {
void add (Policy.PolicyEvaluationFinishedEventHandler^ value);
void remove (Policy.PolicyEvaluationFinishedEventHandler^ value);
}
member PolicyEvaluationFinished : IEvent<Policy.PolicyEvaluationFinishedEventHandler,
Policy.PolicyEvaluationFinishedEventArgs>
JScript supports the use of events, but not the declaration of new ones.