XsdSchemaOption Enumeration
The XsdSchemaOption enumeration contains constant values that specify whether an inline schema for the method result is returned in the SOAP response.
Assembly: Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)
| Member name | Description | |
|---|---|---|
| None | No inline schema. | |
| Standard | Standard inline schema (default). |
The XsdSchemaOption enumeration class is served by the XsdSchemaOption property for the SoapPayload object.
Show: