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


SoapPayloadMethod.MethodXsdSchemaOption Property

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 (in microsoft.sqlserver.smo.dll)

Синтаксис

'Декларация
Public Property MethodXsdSchemaOption As MethodXsdSchemaOption
public MethodXsdSchemaOption MethodXsdSchemaOption { get; set; }
public:
property MethodXsdSchemaOption MethodXsdSchemaOption {
    MethodXsdSchemaOption get ();
    void set (MethodXsdSchemaOption value);
}
/** @property */
public MethodXsdSchemaOption get_MethodXsdSchemaOption ()

/** @property */
public void set_MethodXsdSchemaOption (MethodXsdSchemaOption value)
public function get MethodXsdSchemaOption () : MethodXsdSchemaOption

public function set MethodXsdSchemaOption (value : 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.

Это пространство имен, класс или элемент поддерживаются только платформой Microsoft .NET Framework версии 2.0.

Пример

How to: Create a Database Mirroring Endpoint Service in Visual Basic .NET

Синхронизация потоков

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

SoapPayloadMethod Class
SoapPayloadMethod Members
Microsoft.SqlServer.Management.Smo Namespace

Другие ресурсы

Implementing Endpoints