Delen via


SoapMethodFormat Enumeration

Represents the possible SOAP method formats.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Enumeration SoapMethodFormat
'Usage
Dim instance As SoapMethodFormat
[SerializableAttribute]
public enum SoapMethodFormat
[SerializableAttribute]
public enum class SoapMethodFormat
[<SerializableAttribute>]
type SoapMethodFormat
public enum SoapMethodFormat

Members

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

See Also

Reference

Microsoft.SqlServer.TransactSql.ScriptDom Namespace