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. |