NamedComponentCollection.Add(ModelComponent) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将 ModelComponent 对象添加到 NamedComponentCollection。
protected internal override int Add (Microsoft.AnalysisServices.ModelComponent item);
override this.Add : Microsoft.AnalysisServices.ModelComponent -> int
Protected Friend Overrides Function Add (item As ModelComponent) As Integer
参数
- item
- ModelComponent
要添加的项。
返回
已添加到集合中的项的索引。
注解
供内部使用。