StoreItemCollection 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
類別,表示存放區空間中的專案集合。
public class StoreItemCollection : System.Data.Entity.Core.Metadata.Edm.ItemCollection
type StoreItemCollection = class
inherit ItemCollection
Public Class StoreItemCollection
Inherits ItemCollection
- 繼承
建構函式
StoreItemCollection(EdmModel) |
初始化 StoreItemCollection 類別的新執行個體。 |
StoreItemCollection(IEnumerable<XmlReader>) |
使用指定的 XMLReader ,初始化 StoreItemCollection 類別的新執行個體。 |
StoreItemCollection(String[]) |
使用指定的檔案路徑,初始化 StoreItemCollection 類別的新執行個體。 |
屬性
DataSpace |
取得與這個項目集合相關聯的資料模型。 (繼承來源 ItemCollection) |
IsReadOnly |
取得表示這個集合是否為唯讀的值。 (繼承來源 ReadOnlyMetadataCollection<T>) |
Item[String] |
使用指定的識別從這個集合取得項目。 (繼承來源 ReadOnlyMetadataCollection<T>) |
ProviderFactory |
取得 StoreItemCollection 的提供者處理站。 |
ProviderInvariantName |
取得 StoreItemCollection 的非變異名稱。 |
ProviderManifest |
取得 StoreItemCollection 的提供者資訊清單。 |
ProviderManifestToken |
取得 StoreItemCollection 的資訊清單標記。 |
StoreSchemaVersion |
取得這個集合的存放區結構描述的版本。 |