Sql90SoapFormatType Enumeration

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.

See Also

Reference

Microsoft.Data.Schema.Sql.SchemaModel Namespace