SoapPayloadMethod.MethodXsdSchemaOption Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the method XSD schema option that specifies how the XSD schema for the method result is returned in the SOAP payload response.

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

Syntax

[SfcPropertyAttribute(SfcPropertyFlags.None | SfcPropertyFlags.Standalone | SfcPropertyFlags.Matrix)]
public MethodXsdSchemaOption MethodXsdSchemaOption { get; set; }
public:
[SfcPropertyAttribute(SfcPropertyFlags::None | SfcPropertyFlags::Standalone | SfcPropertyFlags::Matrix)]
property MethodXsdSchemaOption MethodXsdSchemaOption {
    MethodXsdSchemaOption get();
    void set(MethodXsdSchemaOption value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.None | SfcPropertyFlags.Standalone | SfcPropertyFlags.Matrix)>]
member MethodXsdSchemaOption : MethodXsdSchemaOption with get, set
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.Matrix)>
Public Property MethodXsdSchemaOption As MethodXsdSchemaOption

Property Value

Type: Microsoft.SqlServer.Management.Smo.MethodXsdSchemaOption

A MethodXsdSchemaOption object value that specifies how the XSD schema for the method result is returned in the SOAP payload response.

Remarks

If no value is specified for the MethodXsdSchemaOption property, the configured default for the endpoint is assumed.

This property must be set before the object is created.

Examples

Legacy Code Example

Implementing Endpoints

See Also

SoapPayloadMethod Class
Microsoft.SqlServer.Management.Smo Namespace

Return to top