Méthode MiningModelCollection.Remove (MiningModel)
Removes the specified MiningModel from the collection.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Sub Remove ( _
item As MiningModel _
)
'Utilisation
Dim instance As MiningModelCollection
Dim item As MiningModel
instance.Remove(item)
public void Remove(
MiningModel item
)
public:
void Remove(
MiningModel^ item
)
member Remove :
item:MiningModel -> unit
public function Remove(
item : MiningModel
)
Paramètres
- item
Type : Microsoft.AnalysisServices.MiningModel
The MiningModel to be removed.
Exceptions
Exception | Condition |
---|---|
ItemNotFoundException | item is not contained by the collection. |