共用方式為


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).

範例

實作端點