Condividi tramite


XsdSchemaOption Enumeration

The XsdSchemaOption enumeration contains constant values that specify whether an inline schema for the method result is returned in the SOAP response.

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

Sintassi

'Dichiarazione
Public Enumeration XsdSchemaOption
public enum XsdSchemaOption
public enum class XsdSchemaOption
public enum XsdSchemaOption
public enum XsdSchemaOption

Members

Member name Description
None No inline schema.
Standard Standard inline schema (default).

Osservazioni

The XsdSchemaOption enumeration class is served by the XsdSchemaOption property for the SoapPayload and the SoapConfiguration objects.

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

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

Microsoft.SqlServer.Management.Smo Namespace