SoapMethodFormat 枚举
Represents the possible SOAP method formats.
命名空间: Microsoft.SqlServer.TransactSql.ScriptDom
程序集: Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
语法
声明
<SerializableAttribute> _
Public Enumeration SoapMethodFormat
用法
Dim instance As SoapMethodFormat
[SerializableAttribute]
public enum SoapMethodFormat
[SerializableAttribute]
public enum class SoapMethodFormat
[<SerializableAttribute>]
type SoapMethodFormat
public enum SoapMethodFormat
成员
成员名称 | 说明 | |
---|---|---|
AllResults | The Format is AllResults. | |
None | The Format is None. | |
NotSpecified | The Format is NotSpecified. | |
RowsetsOnly | The Format is RowsetsOnly. |