MajorObjectCollection.Insert(Int32, ModelComponent) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Inserts a ModelComponent object to the collection at the specified index.
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)
Parameters
- index
- Int32
The zero-based index at which item should be inserted.
- item
- ModelComponent
The ModelComponent to add.