NamedComponentCollection.Add(ModelComponent) 方法

定义

将 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

要添加的项。

返回

已添加到集合中的项的索引。

注解

供内部使用。

适用于