Sql90SoapFormatType-Enumeration
Mögliche Webdienst-Methodenformate für SOAP-Endpunkte.
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
Member
Membername | Beschreibung | |
---|---|---|
Unknown | Der SOAP-Formattyp ist unbekannt. | |
AllResults | Gibt in der SOAP-Antwort ein Resultset, eine Zeilenanzahl sowie Fehlermeldungen und Warnungen zurück. | |
RowsetsOnly | Gibt nur die Resultsets zurück. | |
None | Unterdrückt die Rückgabe des SOAP-spezifischen Markups in der Serverantwort. |