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


Метод ModelComponentCollection.Insert (Int32, ModelComponent)

Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.

Inserts an ModelComponent in the ModelComponentCollection.

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

Синтаксис

'Декларация
Protected Friend Overridable Sub Insert ( _
    index As Integer, _
    item As ModelComponent _
)
'Применение
Dim index As Integer 
Dim item As ModelComponent 

Me.Insert(index, item)
protected internal virtual void Insert(
    int index,
    ModelComponent item
)
protected public:
virtual void Insert(
    int index, 
    ModelComponent^ item
)
abstract Insert : 
        index:int * 
        item:ModelComponent -> unit  
override Insert : 
        index:int * 
        item:ModelComponent -> unit
function Insert(
    index : int, 
    item : ModelComponent
)

Параметры

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

См. также

Справочник

ModelComponentCollection Класс

Перегрузка Insert

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