CollectionKind 列舉類型
[此頁面專屬於 Entity Framework 第 6 版。最新版本可從 'Entity Framework' NuGet 套件取得。如需 Entity Framework 的詳細資訊,請參閱 msdn.com/data/ef。]
集合的類型 (適用於屬性)
命名空間: System.Data.Entity.Core.Metadata.Edm
組件: EntityFramework (在 EntityFramework.dll 中)
語法
'宣告
Public Enumeration CollectionKind
'用途
Dim instance As CollectionKind
public enum CollectionKind
public enum class CollectionKind
type CollectionKind
public enum CollectionKind
Members
成員名稱 | 描述 | |
---|---|---|
Bag | 集合採用 Bag 語意 (未排序,可接受重複) | |
List | 集合採用 List 語意 (順序為決定性,可接受重複) | |
None | 屬性並非集合 |