ResultType 列舉

定義

請求結果將被取回於何種儲存庫

[System.Runtime.InteropServices.ComVisible(false)]
public enum ResultType
[<System.Runtime.InteropServices.ComVisible(false)>]
type ResultType = 
Public Enum ResultType
繼承
ResultType
屬性

欄位

名稱 Description
Default 0

每個等級都有偏好的儲存空間,最後一個等級會使用偏好的儲存空間

DataSet 1

返回為 DataSet

DataTable 2

以 dataTable 回傳

IDataReader 3

以IDataReader回傳

XmlDocument 4

以 XmlDocument 格式回傳

Reserved1 5

保留給列舉器擴充實作,用於層級間通訊

Reserved2 6

保留給列舉器擴充實作,用於層級間通訊

適用於