SoapMethodFormat Enumeration
Specifies the SOAP method format.
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
Members
Member name | Description | |
---|---|---|
NotSpecified | Format is NotSpecified | |
AllResults | Format is AllResults | |
RowsetsOnly | Format is RowsetsOnly | |
None | Format is None |