iCatalogCollection 接口 (comadmin.h)

表示 COM+ 目录中的任何集合。 使用 ICatalogCollection 可以枚举、添加、删除和检索集合中的项,以及访问相关集合。

继承

ICatalogCollection 接口继承自 IDispatch 接口。 ICatalogCollection 还具有以下类型的成员:

方法

ICatalogCollection 接口具有这些方法。

 
ICatalogCollection::Add

将项添加到集合中,为其提供高索引值。
ICatalogCollection::get__NewEnum

检索可用于循环访问集合对象的枚举器。
ICatalogCollection::get_AddEnabled

指示是否为集合启用 Add 方法。
ICatalogCollection::get_Count

检索集合中的项数。 (ICatalogCollection.get_Count)
ICatalogCollection::get_DataStoreMajorVersion

检索目录数据存储的主版本号。
ICatalogCollection::get_DataStoreMinorVersion

检索目录数据存储的次要版本号。
ICatalogCollection::get_Item

检索与指定索引对应的项。
ICatalogCollection::get_Name

检索集合的名称。
ICatalogCollection::get_RemoveEnabled

指示是否为集合启用 Remove 方法。
ICatalogCollection::GetCollection

从 COM+ 目录中检索与当前集合相关的集合。
ICatalogCollection::GetUtilInterface

检索集合的实用工具接口。
ICatalogCollection::P opulate

使用集合中包含的所有项的数据填充集合。
ICatalogCollection::P opulateByKey

根据指定的键,从 COM+ 目录中填充集合中的选定项列表。
ICatalogCollection::P opulateByQuery

保留供将来使用。 (ICatalogCollection.PopulateByQuery)
ICatalogCollection::Remove

从集合中删除项(给定其索引),并重新为索引值较高的项编制索引。
ICatalogCollection::SaveChanges

将对集合及其包含的项目进行的所有挂起更改保存到 COM+ 目录数据存储。

要求

要求
最低受支持的客户端 Windows 2000 Professional [仅限桌面应用]
最低受支持的服务器 Windows 2000 Server [仅限桌面应用]
目标平台 Windows
标头 comadmin.h

另请参阅

COMAdminCatalogCollection