MajorObjectCollection.Add(ModelComponent) 方法

定义

将 ModelComponent 对象添加到集合。

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

要添加的 ModelComponent。

返回

添加项时所在的索引。

适用于