Expand Minimize
This topic has not yet been rated - Rate this topic

MethodXsdSchemaOption Enumeration

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

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)
public enum MethodXsdSchemaOption
Member nameDescription
NoneValue = 0. Does not return an inline XSD schema with the result.
StandardValue = 1. Returns an inline XSD with the result.
DefaultValue = 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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.