Share via


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.