PolicyEvaluationResultsWriter 建構函式
Initializes a new instance of the PolicyEvaluationResultsWriter class based on the specified XML writer.
命名空間: Microsoft.SqlServer.Management.Dmf
組件: Microsoft.SqlServer.Dmf (在 Microsoft.SqlServer.Dmf.dll 中)
語法
'宣告
Public Sub New ( _
xmlWriter As XmlWriter _
)
'用途
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
)
參數
- xmlWriter
型別:System.Xml. . :: . .XmlWriter
An XmlWriter object that records the results from evaluating the policy.
備註
預設建構函式會初始化任何欄位至其預設值。
只有 Microsoft .NET Framework 2.0 版支援此命名空間、類別或成員。