Share via


SoapPayload.XsdSchemaOption Property

Gets or sets the XSD schema option, which specifies how results are returned from an inline XSD schema.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property XsdSchemaOption As XsdSchemaOption 
    Get 
    Set
'Usage
Dim instance As SoapPayload 
Dim value As XsdSchemaOption 

value = instance.XsdSchemaOption

instance.XsdSchemaOption = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public XsdSchemaOption XsdSchemaOption { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property XsdSchemaOption XsdSchemaOption {
    XsdSchemaOption get ();
    void set (XsdSchemaOption value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member XsdSchemaOption : XsdSchemaOption with get, set
function get XsdSchemaOption () : XsdSchemaOption 
function set XsdSchemaOption (value : XsdSchemaOption)

Property Value

Type: Microsoft.SqlServer.Management.Smo.XsdSchemaOption
An XsdSchemaOption object value that specifies the method for returning results from an inline XSD schema.

Remarks

The XsdSchemaOption property specifies whether an inline XSD schema for the method result is returned in the SOAP response. An individual method can override this setting.

Examples

Implementing Endpoints

See Also

Reference

SoapPayload Class

Microsoft.SqlServer.Management.Smo Namespace