INamedComponentCollection 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示一系列已命名组件的容器。
[System.Runtime.InteropServices.Guid("663B8189-4FAF-48ef-A447-394B615D45F0")]
public interface INamedComponentCollection : Microsoft.AnalysisServices.IModelComponentCollection, System.Collections.ICollection
[<System.Runtime.InteropServices.Guid("663B8189-4FAF-48ef-A447-394B615D45F0")>]
type INamedComponentCollection = interface
interface IModelComponentCollection
interface ICollection
interface IEnumerable
Public Interface INamedComponentCollection
Implements ICollection, IModelComponentCollection
- 派生
- 属性
- 实现
属性
Parent |
获取 IModelComponentCollection 的父 IModelComponent。 (继承自 IModelComponentCollection) |
方法
Contains(IModelComponent) |
指示集合中是否包含指定的 IModelComponent。 (继承自 IModelComponentCollection) |
Contains(String) |
指示集合中是否包含具有指定 ID 的组件。 |
ContainsName(String) |
指示集合中是否包含具有指定名称的组件。 |
GetNewID() |
在集合中为组件生成新的唯一 ID。 |
GetNewID(String) |
在以指定前缀开头的集合中,为组件生成新的唯一 ID。 |
GetNewName() |
在集合中为组件生成新的唯一名称。 |
GetNewName(String) |
协助创建以指定前缀开头的新的连续编号名称。 |
Remove(IModelComponent, Boolean) |
从集合中删除 IModelComponent。 (继承自 IModelComponentCollection) |
Remove(IModelComponent) |
从集合中删除 IModelComponent。 (继承自 IModelComponentCollection) |