Sql90SoapSchemaType Enumeration
Possible schema options for Web methods in SOAP endpoints.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Public Enumeration Sql90SoapSchemaType
public enum Sql90SoapSchemaType
public enum class Sql90SoapSchemaType
type Sql90SoapSchemaType
public enum Sql90SoapSchemaType
Members
Member name | Description | |
---|---|---|
Unknown | SOAP schema type is unknown. | |
None | XML Schema Definition Language (XSD) schema is not returned for SELECT statement results sent through SOAP. | |
Standard | XSD schema is returned for SELECT statement results sent through SOAP. | |
Default | Defaults to the endpoint SCHEMA option setting. |