Freigeben über


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.

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

Syntax

'Declaration
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)

Eigenschaftswert

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

Hinweise

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.

Der Namespace, die Klasse oder das Element wird nur in der Version 2.0 von Microsoft .NET Framework unterstützt.

Beispiel

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

Threadsicherheit

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.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

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

Andere Ressourcen

Implementing Endpoints