AlgorithmParameterCollection.Find(String) Method

Definition

Searches for the AlgorithmParameter with the specified Name and returns it.

public Microsoft.AnalysisServices.AlgorithmParameter Find (string name);
member this.Find : string -> Microsoft.AnalysisServices.AlgorithmParameter
Public Function Find (name As String) As AlgorithmParameter

Parameters

name
String

The Name of the AlgorithmParameter to find.

Returns

The AlgorithmParameter with the specified Name, if found; otherwise, a null reference (Nothing in Visual Basic).

Applies to