Compartilhar via


Classe Policy.PolicyEvaluationFinishedEventArgs

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

Namespace:  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (em Microsoft.SqlServer.Dmf.dll)

Sintaxe

'Declaração
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

Comentários

Só há suporte para esse namespace, classe ou membro na versão 2.0 do Microsoft .NET Framework.

Hierarquia de herança

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

Segurança de thread

Quaisquer membros static (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.