Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. |