Поделиться через


Свойство XmlFormatOption

Gets or sets the XML format options.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
<SfcPropertyAttribute> _
Public Property XmlFormatOption As XmlFormatOption
    Get
    Set
'Применение
Dim instance As SoapPayload
Dim value As XmlFormatOption

value = instance.XmlFormatOption

instance.XmlFormatOption = value
[SfcPropertyAttribute]
public XmlFormatOption XmlFormatOption { get; set; }
[SfcPropertyAttribute]
public:
property XmlFormatOption XmlFormatOption {
    XmlFormatOption get ();
    void set (XmlFormatOption value);
}
[<SfcPropertyAttribute>]
member XmlFormatOption : XmlFormatOption with get, set
function get XmlFormatOption () : XmlFormatOption
function set XmlFormatOption (value : XmlFormatOption)

Значение свойства

Тип Microsoft.SqlServer.Management.Smo. . :: . .XmlFormatOption
An XmlFormatOption object value that specifies the XML format for the referenced HTTP endpoint.

Замечания

The XmlFormatOption property specifies whether results are restricted to valid XML characters or are encoded in the result (the latter might cause XML parsing errors).