PolicyEvaluationResultsWriter Class

Represents the XML writer that records the policy evaluation history in Policy-Based Management.

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

Syntax

'Declaration
Public NotInheritable Class PolicyEvaluationResultsWriter _
    Implements IDisposable
'Usage
Dim instance As PolicyEvaluationResultsWriter
public sealed class PolicyEvaluationResultsWriter : IDisposable
public ref class PolicyEvaluationResultsWriter sealed : IDisposable
[<SealedAttribute>]
type PolicyEvaluationResultsWriter =  
    class
        interface IDisposable
    end
public final class PolicyEvaluationResultsWriter implements IDisposable

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Management.Dmf.PolicyEvaluationResultsWriter

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.