MiningStructureCollection.Find Method (String)

 

Applies To: SQL Server 2016 Preview

Finds the MiningStructure that has the specified identifier from the collection.

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

Syntax

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

Parameters

Return Value

Type: Microsoft.AnalysisServices.MiningStructure

The MiningStructure if it exists in the collection; otherwise, a null reference (Nothing in Visual Basic).

See Also

MiningStructureCollection Class
Microsoft.AnalysisServices Namespace

Return to top