Policy.PolicyEvaluationFinishedEventArgs Class

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 (in Microsoft.SqlServer.Dmf.dll)

Syntax

'Declaration
Public NotInheritable Class PolicyEvaluationFinishedEventArgs _
    Inherits EventArgs
'Usage
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

Remarks

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

Inheritance Hierarchy

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

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.