다음을 통해 공유


XmlFormatOption 속성

Gets or sets the XML format options.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo

구문

‘선언
<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).

예제

끝점 구현