ResultSetType 列舉

定義

表示定義結果集所使用的機制。

public enum ResultSetType
type ResultSetType = 
Public Enum ResultSetType
繼承
ResultSetType

欄位

名稱 Description
Inline 0

結果集欄位定義為內嵌

Object 1

結果集由 Scbema 物件表、檢視或 Table-Valued 函式定義

Type 2

結果集由一個資料表類型定義

ForXml 3

結果集由 FOR XML 定義

適用於