MiningModelCollection.FindByName Method

Finds the MiningModel, with the specified name, from the collection.

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

Syntax

C#
public MiningModel FindByName(
    string name
)

Parameters

Return Value

Type: Microsoft.AnalysisServices.MiningModel
The MiningModel if contained in the collection; otherwise, a null reference (Nothing in Visual Basic).

See Also

Reference

MiningModelCollection Class

Microsoft.AnalysisServices Namespace