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
'Usage
Dim instance As SoapMethodFormat
[SerializableAttribute]
public enum SoapMethodFormat
[SerializableAttribute]
public enum class SoapMethodFormat
public enum SoapMethodFormat

Members

Member name Description
NotSpecified Format is NotSpecified
AllResults Format is AllResults
RowsetsOnly Format is RowsetsOnly
None Format is None

See Also

Reference

Microsoft.Data.Schema.ScriptDom.Sql Namespace