共用方式為


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.

請參閱

參考

Microsoft.SqlServer.TransactSql.ScriptDom 命名空間