PolicyEvaluationResultsWriter(XmlWriter) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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