MiningModelCollection.GetByName Method (String)

 

Applies To: SQL Server 2016 Preview

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

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

Syntax

public MiningModel GetByName(
    string name
)
public:
MiningModel^ GetByName(
    String^ name
)
member GetByName : 
        name:string -> MiningModel
Public Function GetByName (
    name As String
) As MiningModel

Parameters

Return Value

Type: Microsoft.AnalysisServices.MiningModel

The MiningModel if contained in the collection.

Exceptions

Exception Condition
ItemNotFoundException

name is not contained by the collection.

See Also

MiningModelCollection Class
Microsoft.AnalysisServices Namespace

Return to top