Énumération MethodXsdSchemaOption
The MethodXsdSchemaOption enumeration contains values that specify the XSD schema returned for a SOAP method.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.SqlEnum (dans Microsoft.SqlServer.SqlEnum.dll)
Syntaxe
'Déclaration
Public Enumeration MethodXsdSchemaOption
'Utilisation
Dim instance As MethodXsdSchemaOption
public enum MethodXsdSchemaOption
public enum class MethodXsdSchemaOption
type MethodXsdSchemaOption
public enum MethodXsdSchemaOption
Membres
Nom de membre | Description | |
---|---|---|
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. |