Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets an XmlWriterSettings object value that contains the XML writer settings.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
Public Shared Function GetXmlWriterSettings As XmlWriterSettings
'Usage
Dim returnValue As XmlWriterSettings
returnValue = PolicyEvaluationResultsWriter.GetXmlWriterSettings()
public static XmlWriterSettings GetXmlWriterSettings()
public:
static XmlWriterSettings^ GetXmlWriterSettings()
static member GetXmlWriterSettings : unit -> XmlWriterSettings
public static function GetXmlWriterSettings() : XmlWriterSettings
Return Value
Type: System.Xml.XmlWriterSettings
An XmlWriterSettings object value that contains the XML writer settings.
Remarks
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.