Partager via


Méthode 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
)

Exceptions

Exception Condition
ItemNotFoundException

item is not contained by the collection.