ModelComponentCollection.IList.Insert 方法

Inserts an item to the collection at the specified index.

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

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

參數

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

實作

IList.Insert(Int32, Object)

請參閱

參考

ModelComponentCollection 類別

Microsoft.AnalysisServices 命名空間