XmlFormatOption 属性

Gets or sets the XML format options.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property XmlFormatOption As XmlFormatOption
    Get
    Set
用法
Dim instance As SoapPayload
Dim value As XmlFormatOption

value = instance.XmlFormatOption

instance.XmlFormatOption = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public XmlFormatOption XmlFormatOption { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property XmlFormatOption XmlFormatOption {
    XmlFormatOption get ();
    void set (XmlFormatOption value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
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).

示例

实现端点