NamedComponentCollection.Insert(Int32, ModelComponent) Method

Definition

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.

Applies to