Enumeración MethodXsdSchemaOption
The MethodXsdSchemaOption enumeration contains values that specify the XSD schema returned for a SOAP method.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.SqlEnum (en Microsoft.SqlServer.SqlEnum.dll)
Sintaxis
'Declaración
Public Enumeration MethodXsdSchemaOption
'Uso
Dim instance As MethodXsdSchemaOption
public enum MethodXsdSchemaOption
public enum class MethodXsdSchemaOption
type MethodXsdSchemaOption
public enum MethodXsdSchemaOption
Miembros
Nombre del miembro | Descripción | |
---|---|---|
Default | Value = 2. Returns the XSD schema as defined by the default settings for the HTTP endpoint. | |
None | Value = 0. Does not return an inline XSD schema with the result. | |
Standard | Value = 1. Returns an inline XSD with the result. |
Comentarios
The MethodXsdSchemaOption enumeration class is served by the MethodXsdSchemaOption method.