MiningModelCollection.Find Method (String)

 

Applies To: SQL Server 2016 Preview

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

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

Syntax

public MiningModel Find(
    string id
)
public:
MiningModel^ Find(
    String^ id
)
member Find : 
        id:string -> MiningModel
Public Function Find (
    id As String
) As MiningModel

Parameters

Return Value

Type: Microsoft.AnalysisServices.MiningModel

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

See Also

MiningModelCollection Class
Microsoft.AnalysisServices Namespace

Return to top