Freigeben über


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

Elemente

Elementname Beschreibung
AllResults The Format is AllResults.
None The Format is None.
NotSpecified The Format is NotSpecified.
RowsetsOnly The Format is RowsetsOnly.

Siehe auch

Verweis

Microsoft.SqlServer.TransactSql.ScriptDom-Namespace