다음을 통해 공유


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.