Partager via


Propriété SoapPayload.XmlFormatOption

Gets or sets the XML format options.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property XmlFormatOption As XmlFormatOption 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Notes

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

Exemples

Implémentation de points de terminaison

Voir aussi

Référence

SoapPayload Classe

Espace de noms Microsoft.SqlServer.Management.Smo