Compartir a través de


Add Método (MiningModel)

Adds a MiningModel to the end of the collection.

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
Public Function Add ( _
    item As MiningModel _
) As Integer
'Uso
Dim instance As MiningModelCollection
Dim item As MiningModel
Dim returnValue As Integer

returnValue = instance.Add(item)
public int Add(
    MiningModel item
)
public:
int Add(
    MiningModel^ item
)
member Add : 
        item:MiningModel -> int 
public function Add(
    item : MiningModel
) : int

Parámetros

Valor devuelto

Tipo: System. . :: . .Int32
The zero-based index at which the MiningModel has been added.