Compartir a través de


Policy.PolicyEvaluationFinishedEventArgs Clase

Represents the arguments that are passed to the event handler when the evaluation of a policy finishes.

Espacio de nombres:  Microsoft.SqlServer.Management.Dmf
Ensamblado:  Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)

Sintaxis

'Declaración
Public NotInheritable Class PolicyEvaluationFinishedEventArgs _
    Inherits EventArgs
'Uso
Dim instance As Policy.PolicyEvaluationFinishedEventArgs
public sealed class PolicyEvaluationFinishedEventArgs : EventArgs
public ref class PolicyEvaluationFinishedEventArgs sealed : public EventArgs
[<SealedAttribute>]
type PolicyEvaluationFinishedEventArgs =  
    class
        inherit EventArgs
    end
public final class PolicyEvaluationFinishedEventArgs extends EventArgs

Notas

Este espacio de nombres, clase o miembro solo se admite en la versión 2.0 de Microsoft .NET Framework.

Jerarquía de herencia

System. . :: . .Object
  System. . :: . .EventArgs
    Microsoft.SqlServer.Management.Dmf..::..Policy..::..PolicyEvaluationFinishedEventArgs

Seguridad para subprocesos

Todos los miembros públicos static (Shared en Visual Basic) de este tipo son seguros para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.