PolicyEvaluationResultsWriter(XmlWriter) Constructor

Definition

A PolicyEvaluationResultsWriter writes evaluation histories into a single rooted xml document with the root element PolicyEvaluationResults. Add histories to the xml by calling the WriteEvaluationHistory method. Close the root element and document by calling Dispose().

public PolicyEvaluationResultsWriter (System.Xml.XmlWriter xmlWriter);
new Microsoft.SqlServer.Management.Dmf.PolicyEvaluationResultsWriter : System.Xml.XmlWriter -> Microsoft.SqlServer.Management.Dmf.PolicyEvaluationResultsWriter
Public Sub New (xmlWriter As XmlWriter)

Parameters

xmlWriter
XmlWriter

Applies to