Freigeben über


SoapMethodFormat-Enumeration

Gibt das Format der SOAP-Methode an.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Enumeration SoapMethodFormat
[SerializableAttribute]
public enum SoapMethodFormat
[SerializableAttribute]
public enum class SoapMethodFormat
[<SerializableAttribute>]
type SoapMethodFormat
public enum SoapMethodFormat

Member

Membername Beschreibung
NotSpecified Das Format ist NotSpecified.
AllResults Das Format ist AllResults.
RowsetsOnly Das Format ist RowsetsOnly.
None Das Format ist None.

Siehe auch

Referenz

Microsoft.Data.Schema.ScriptDom.Sql-Namespace