MiningStructureCollection.Find Method (String)

 

Gets the specified MiningStructure from the MiningStructureCollection collection by its name.

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

Syntax

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

Parameters

Return Value

Type: Microsoft.AnalysisServices.AdomdClient.MiningStructure

The MiningStructure with the specified name.

Remarks

If the object is not found, the Find method returns null, whereas the Item property throws an exception.

See Also

MiningStructureCollection Class
Microsoft.AnalysisServices.AdomdClient Namespace

Return to top