Поделиться через


Метод ModelComponentCollection.IList.RemoveAt

Removes the item at the specified index.

Пространство имен:  Microsoft.AnalysisServices
Сборка:  Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)

Синтаксис

'Декларация
Private Sub RemoveAt ( _
    index As Integer _
) Implements IList.RemoveAt
'Применение
Dim instance As ModelComponentCollection 
Dim index As Integer 

CType(instance, IList).RemoveAt(index)
void IList.RemoveAt(
    int index
)
private:
virtual void RemoveAt(
    int index
) sealed = IList::RemoveAt
private abstract RemoveAt : 
        index:int -> unit  
private override RemoveAt : 
        index:int -> unit
JScript поддерживает использование явных реализаций интерфейса, но не объявление новых.

Параметры

  • index
    Тип: System.Int32
    The zero-based index of the item to remove.

Реализует

IList.RemoveAt(Int32)

См. также

Справочник

ModelComponentCollection Класс

Пространство имен Microsoft.AnalysisServices