AlgorithmParameterCollection.Find Method (String)

 

Applies To: SQL Server 2016 Preview

Gets the AlgorithmParameter, with the specified name, from the collection.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

public AlgorithmParameter Find(
    string name
)
public:
AlgorithmParameter^ Find(
    String^ name
)
member Find : 
        name:string -> AlgorithmParameter
Public Function Find (
    name As String
) As AlgorithmParameter

Parameters

Return Value

Type: Microsoft.AnalysisServices.AlgorithmParameter

The AlgorithmParameter if contained in the collection; otherwise, a null reference (Nothing in Visual Basic).

See Also

AlgorithmParameterCollection Class
Microsoft.AnalysisServices Namespace

Return to top