XsdSchemaOption 枚举
The XsdSchemaOption enumeration contains constant values that specify whether an inline schema for the method result is returned in the SOAP response.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.SqlEnum(在 Microsoft.SqlServer.SqlEnum.dll 中)
语法
声明
Public Enumeration XsdSchemaOption
用法
Dim instance As XsdSchemaOption
public enum XsdSchemaOption
public enum class XsdSchemaOption
type XsdSchemaOption
public enum XsdSchemaOption
成员
成员名称 | 说明 | |
---|---|---|
None | No inline schema. | |
Standard | Standard inline schema (default). |
注释
The XsdSchemaOption enumeration class is served by the XsdSchemaOption property for the SoapPayload object.