AlgorithmParameterCollection.Remove Method (String)
Removes the AlgorithmParameter, with the specified name, from the collection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Sub Remove ( _
name As String _
)
'Usage
Dim instance As AlgorithmParameterCollection
Dim name As String
instance.Remove(name)
public void Remove(
string name
)
public:
void Remove(
String^ name
)
member Remove :
name:string -> unit
public function Remove(
name : String
)
Parameters
- name
Type: System.String
The name of the AlgorithmParameter to be removed.
Exceptions
Exception | Condition |
---|---|
ItemNotFoundException | name is not contained by the collection. |