Méthode MiningModelCollection.Add (MiningModel)
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 ( _
item As MiningModel _
) As Integer
'Utilisation
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
Paramètres
- item
Type : Microsoft.AnalysisServices.MiningModel
The MiningModel to be added.
Valeur de retour
Type : System.Int32
The zero-based index at which the MiningModel has been added.