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