Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Possible Web Service method formats for SOAP endpoints.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Public Enumeration Sql90SoapFormatType
public enum Sql90SoapFormatType
public enum class Sql90SoapFormatType
type Sql90SoapFormatType
public enum Sql90SoapFormatType
Members
Member name | Description | |
---|---|---|
Unknown | The SOAP format type is unknown. | |
AllResults | Returns a result set, a row count, and error messages and warnings in the SOAP response. | |
RowsetsOnly | Returns only the result sets. | |
None | Suppresses the return of SOAP-specific markup in the server response. |