SOAP 终结点中 Web 方法的可能架构选项。
命名空间:  Microsoft.Data.Schema.Sql.SchemaModel
程序集:  Microsoft.Data.Schema.Sql(在 Microsoft.Data.Schema.Sql.dll 中)
语法
声明
Public Enumeration Sql90SoapSchemaType
public enum Sql90SoapSchemaType
public enum class Sql90SoapSchemaType
type Sql90SoapSchemaType
public enum Sql90SoapSchemaType
成员
| 成员名称 | 说明 | |
|---|---|---|
| Unknown | SOAP 架构类型未知。 | |
| None | 不会为通过 SOAP 发送的 SELECT 语句结果返回 XSD 架构定义语言。 | |
| Standard | 将为通过 SOAP 发送的 SELECT 语句结果返回 XSD 架构。 | |
| Default | 默认值为终结点 SCHEMA 选项设置。 |