Поделиться через


Свойство SoapPayloadMethod.MethodXsdSchemaOption

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.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property MethodXsdSchemaOption As MethodXsdSchemaOption 
    Get 
    Set
'Применение
Dim instance As SoapPayloadMethod 
Dim value As MethodXsdSchemaOption 

value = instance.MethodXsdSchemaOption

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

Значение свойства

Тип: 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.

Замечания

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.

Примеры

Реализация конечных точек

См. также

Справочник

SoapPayloadMethod Класс

Пространство имен Microsoft.SqlServer.Management.Smo