MethodXsdSchemaOption 枚举

The MethodXsdSchemaOption enumeration contains values that specify the XSD schema returned for a SOAP method.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.SqlEnum(在 Microsoft.SqlServer.SqlEnum.dll 中)

语法

声明
Public Enumeration MethodXsdSchemaOption
用法
Dim instance As MethodXsdSchemaOption
public enum MethodXsdSchemaOption
public enum class MethodXsdSchemaOption
type MethodXsdSchemaOption
public enum MethodXsdSchemaOption

成员

成员名称 说明
None Value = 0. Does not return an inline XSD schema with the result.
Standard Value = 1. Returns an inline XSD with the result.
Default Value = 2. Returns the XSD schema as defined by the default settings for the HTTP endpoint.

注释

The MethodXsdSchemaOption enumeration class is served by the MethodXsdSchemaOption method.