MiningStructureColumnCollection.Find Method (String)

 

Gets the specified MiningStructureColumn from the MiningStructureColumnCollection collection by its name.

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

Syntax

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

Parameters

Return Value

Type: Microsoft.AnalysisServices.AdomdClient.MiningStructureColumn

The MiningStructureColumn with the index name.

Remarks

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

See Also

MiningStructureColumnCollection Class
Microsoft.AnalysisServices.AdomdClient Namespace

Return to top