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


ModelComponentCollection.Insert Method (IModelComponent, String, Int32, Boolean)

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

Синтаксис

'Декларация
Protected Sub Insert ( _
    item As IModelComponent, _
    key As String, _
    index As Integer, _
    updateDependents As Boolean _
)
protected void Insert (
    IModelComponent item,
    string key,
    int index,
    bool updateDependents
)
protected:
void Insert (
    IModelComponent^ item, 
    String^ key, 
    int index, 
    bool updateDependents
)
protected void Insert (
    IModelComponent item, 
    String key, 
    int index, 
    boolean updateDependents
)
protected function Insert (
    item : IModelComponent, 
    key : String, 
    index : int, 
    updateDependents : boolean
)

Параметры

  • item
  • key
  • index
  • updateDependents

Синхронизация потоков

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

ModelComponentCollection Class
ModelComponentCollection Members
Microsoft.AnalysisServices Namespace