Condividi tramite


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.

Spazio dei nomi: Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Sintassi

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

Valore proprietà

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

Osservazioni

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.

Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.

Esempio

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

Thread Safety

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.

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

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

Altre risorse

Implementing Endpoints