共用方式為


StoreObjectType 列舉

定義

類似資料表的存放區物件類型。

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

欄位

DeleteStoredProcedure 5

刪除預存程式。

Function 3

資料表值函數。

InsertStoredProcedure 4

插入預存程式。

SqlQuery 2

SQL 查詢。

Table 0

資料表。

UpdateStoredProcedure 6

更新預存程式。

View 1

檢視。

備註

如需詳細資訊和範例,請參閱 模型化實體類型和關聯 性。

適用於