SoapMethodSchemas 枚举
Represents the types of soap method schema.
命名空间: Microsoft.SqlServer.TransactSql.ScriptDom
程序集: Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
语法
声明
<SerializableAttribute> _
Public Enumeration SoapMethodSchemas
用法
Dim instance As SoapMethodSchemas
[SerializableAttribute]
public enum SoapMethodSchemas
[SerializableAttribute]
public enum class SoapMethodSchemas
[<SerializableAttribute>]
type SoapMethodSchemas
public enum SoapMethodSchemas
成员
成员名称 | 说明 | |
---|---|---|
Default | The Schema is Default. | |
None | The Schema is None. | |
NotSpecified | The Schema is NotSpecified. | |
Standard | The Schema is Standard. |