Método Add
Creates and adds a MiningModel to the end of the collection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
Public Function Add As MiningModel
'Uso
Dim instance As MiningModelCollection
Dim returnValue As MiningModel
returnValue = instance.Add()
public MiningModel Add()
public:
MiningModel^ Add()
member Add : unit -> MiningModel
public function Add() : MiningModel
Valor de retorno
Tipo: Microsoft.AnalysisServices. . :: . .MiningModel
A new, empty MiningModel.
Consulte também