Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
- xmlWriter
Type: System.Xml.XmlWriter
An XmlWriter object that records the results from evaluating the policy.
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.