NamedComponentCollection.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 in the specified index of the collection.
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 item to insert.