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


Метод MiningModelCollection.Insert (Int32)

Creates and inserts a MiningModel into the collection at the specified index.

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

Синтаксис

'Декларация
Public Function Insert ( _
    index As Integer _
) As MiningModel
'Применение
Dim instance As MiningModelCollection 
Dim index As Integer 
Dim returnValue As MiningModel 

returnValue = instance.Insert(index)
public MiningModel Insert(
    int index
)
public:
MiningModel^ Insert(
    int index
)
member Insert : 
        index:int -> MiningModel
public function Insert(
    index : int
) : MiningModel

Параметры

Возвращаемое значение

Тип: Microsoft.AnalysisServices.MiningModel
A new, empty MiningModel.

Исключения

Исключение Условие
ArgumentOutOfRangeException

index is less than zero.

-or-

index is equal to or greater than [H:Microsoft.AnalysisServices.ModelComponentCollection.Count].

См. также

Справочник

MiningModelCollection Класс

Перегрузка Insert

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