Délégué Policy.PolicyEvaluationFinishedEventHandler
Represents the arguments that are passed to the event handler when a policy evaluation finishes.
Espace de noms : Microsoft.SqlServer.Management.Dmf
Assembly : Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)
Syntaxe
'Déclaration
Public Delegate Sub PolicyEvaluationFinishedEventHandler ( _
sender As Object, _
e As Policy.PolicyEvaluationFinishedEventArgs _
)
'Utilisation
Dim instance As New PolicyEvaluationFinishedEventHandler(AddressOf HandlerMethod)
public delegate void PolicyEvaluationFinishedEventHandler(
Object sender,
Policy.PolicyEvaluationFinishedEventArgs e
)
public delegate void PolicyEvaluationFinishedEventHandler(
Object^ sender,
Policy.PolicyEvaluationFinishedEventArgs^ e
)
type PolicyEvaluationFinishedEventHandler =
delegate of
sender:Object *
e:Policy.PolicyEvaluationFinishedEventArgs -> unit
JScript prend en charge l'utilisation de délégués, mais pas la déclaration de nouveaux délégués.
Paramètres
- sender
Type : System.Object
The Object which initiated the event.
- e
Type : Microsoft.SqlServer.Management.Dmf.Policy.PolicyEvaluationFinishedEventArgs
The Policy.PolicyEvaluationFinishedEventArgs which contains the information needed to process the event.
Notes
Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.