Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.