共用方式為


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

範例

實作端點

請參閱

參考

SoapPayload 類別

Microsoft.SqlServer.Management.Smo 命名空間