共用方式為


Sql90SoapFormatType 列舉型別

SOAP 端點的可能 Web 服務方法格式。

命名空間:  Microsoft.Data.Schema.Sql.SchemaModel
組件:  Microsoft.Data.Schema.Sql (在 Microsoft.Data.Schema.Sql.dll 中)

語法

'宣告
Public Enumeration Sql90SoapFormatType
public enum Sql90SoapFormatType
public enum class Sql90SoapFormatType
type Sql90SoapFormatType
public enum Sql90SoapFormatType

成員

成員名稱 說明
Unknown SOAP 格式型別未知。
AllResults 傳回結果集、資料列計數,以及 SOAP 回應中的錯誤訊息和警告。
RowsetsOnly 只傳回結果集。
None 隱藏伺服器回應中的傳回 SOAP 特有標記。

請參閱

參考

Microsoft.Data.Schema.Sql.SchemaModel 命名空間