ModelComponentCollection.IList.Insert Method

Inserts an item to the collection at the specified index.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

C#
void IList.Insert(
    int index,
    Object value
)

Parameters

  • index
    Type: System.Int32
    The zero-based index at which value should be inserted.
  • value
    Type: System.Object
    The object to insert into the collection.

Implements

IList.Insert(Int32, Object)

See Also

Reference

ModelComponentCollection Class

Microsoft.AnalysisServices Namespace