Метод ModelComponentCollection.Insert (IModelComponent, String, Int32)
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Inserts an IModelComponent in the ModelComponentCollection.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Protected Sub Insert ( _
item As IModelComponent, _
key As String, _
index As Integer _
)
'Применение
Dim item As IModelComponent
Dim key As String
Dim index As Integer
Me.Insert(item, key, index)
protected void Insert(
IModelComponent item,
string key,
int index
)
protected:
void Insert(
IModelComponent^ item,
String^ key,
int index
)
member Insert :
item:IModelComponent *
key:string *
index:int -> unit
protected function Insert(
item : IModelComponent,
key : String,
index : int
)
Параметры
- item
Тип: Microsoft.AnalysisServices.IModelComponent
The item to insert.
- key
Тип: System.String
The key.
- index
Тип: System.Int32
The zero-based index at which item should be inserted.