SoapMethodSchemas Enumeration

Represents the types of soap method schema.

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

Syntax

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

Members

Member name Description
Default The Schema is Default.
None The Schema is None.
NotSpecified The Schema is NotSpecified.
Standard The Schema is Standard.

See Also

Reference

Microsoft.SqlServer.TransactSql.ScriptDom Namespace