StoreItemCollection 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示 Store 空间中项集合的类。
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 |
获取此集合的存储架构的版本。 |