Condividi tramite


Metodo MiningModelCollection.Insert (Int32)

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

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Public Function Insert ( _
    index As Integer _
) As MiningModel
'Utilizzo
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

Parametri

Valore restituito

Tipo: Microsoft.AnalysisServices.MiningModel
A new, empty MiningModel.

Eccezioni

Eccezione Condizione
ArgumentOutOfRangeException

index is less than zero.

-or-

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

Vedere anche

Riferimento

MiningModelCollection Classe

Overload Insert

Spazio dei nomi Microsoft.AnalysisServices