AlgorithmParameterCollection.Remove Method

Definition

Overloads

Remove(AlgorithmParameter)

Removes the specified AlgorithmParameter from this collection.

Remove(String)

Removes the AlgorithmParameter with the specified Name from this collection.

Remove(AlgorithmParameter)

Removes the specified AlgorithmParameter from this collection.

public void Remove (Microsoft.AnalysisServices.AlgorithmParameter item);
member this.Remove : Microsoft.AnalysisServices.AlgorithmParameter -> unit
Public Sub Remove (item As AlgorithmParameter)

Parameters

Applies to

Remove(String)

Removes the AlgorithmParameter with the specified Name from this collection.

public void Remove (string name);
member this.Remove : string -> unit
Public Sub Remove (name As String)

Parameters

name
String

The Name of the AlgorithmParameter to remove.

Applies to