MiningContentNodeCollection.Find Method (String)

 

Gets the specified MiningContentNode from the collection by its name.

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

Syntax

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

Parameters

Return Value

Type: Microsoft.AnalysisServices.AdomdClient.MiningContentNode

The MiningContentNode with the specified name if contained in the collection; otherwise, a null reference (Nothing in Visual Basic).

Remarks

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

See Also

MiningContentNodeCollection Class
Microsoft.AnalysisServices.AdomdClient Namespace

Return to top