Share via


PolicyEvaluationResultsWriter Constructor

Initializes a new instance of the PolicyEvaluationResultsWriter class based on the specified XML writer.

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

Syntax

'Declaration
Public Sub New ( _
    xmlWriter As XmlWriter _
)
'Usage
Dim xmlWriter As XmlWriter

Dim instance As New PolicyEvaluationResultsWriter(xmlWriter)
public PolicyEvaluationResultsWriter(
    XmlWriter xmlWriter
)
public:
PolicyEvaluationResultsWriter(
    XmlWriter^ xmlWriter
)
new : 
        xmlWriter:XmlWriter -> PolicyEvaluationResultsWriter
public function PolicyEvaluationResultsWriter(
    xmlWriter : XmlWriter
)

Parameters

Remarks

The default constructor initializes any fields to their default values.

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