Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Синтаксис
'Декларация
Protected Sub Insert ( _
item As IModelComponent, _
key As String, _
index As Integer _
)
protected void Insert (
IModelComponent item,
string key,
int index
)
protected:
void Insert (
IModelComponent^ item,
String^ key,
int index
)
protected void Insert (
IModelComponent item,
String key,
int index
)
protected function Insert (
item : IModelComponent,
key : String,
index : int
)
Параметры
- item
- key
- index
Синхронизация потоков
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