NamedComponentCollection.Insert(Int32, ModelComponent) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在集合的指定索引处插入 ModelComponent。
protected internal override void Insert (int index, Microsoft.AnalysisServices.ModelComponent item);
override this.Insert : int * Microsoft.AnalysisServices.ModelComponent -> unit
Protected Friend Overrides Sub Insert (index As Integer, item As ModelComponent)
参数
- index
- Int32
从零开始的索引,应在该位置插入项。
- item
- ModelComponent
要插入的项。