Méthode MiningModelCollection.Add
Creates and adds a MiningModel to the end of the collection.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Function Add As MiningModel
'Utilisation
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
Valeur de retour
Type : Microsoft.AnalysisServices.MiningModel
A new, empty MiningModel.