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


Метод AdomdPropertyCollection.IList.Insert

Inserts an element into the AdomdPropertyCollection at the specified index.

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

Синтаксис

'Декларация
Private Sub Insert ( _
    index As Integer, _
    value As Object _
) Implements IList.Insert
'Применение
Dim instance As AdomdPropertyCollection 
Dim index As Integer 
Dim value As Object 

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

Параметры

  • index
    Тип: System.Int32
    The zero-based index at which value should be inserted.

Реализует

IList.Insert(Int32, Object)

См. также

Справочник

AdomdPropertyCollection Класс

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