MiningModel.GetNodeFromUniqueName Method (String)

 

Gets a MiningContentNode from the Content collection, using the UniqueName property of the MiningContentNode.

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

Syntax

public MiningContentNode GetNodeFromUniqueName(
    string nodeUniqueName
)
public:
MiningContentNode^ GetNodeFromUniqueName(
    String^ nodeUniqueName
)
member GetNodeFromUniqueName : 
        nodeUniqueName:string -> MiningContentNode
Public Function GetNodeFromUniqueName (
    nodeUniqueName As String
) As MiningContentNode

Parameters

Return Value

Type: Microsoft.AnalysisServices.AdomdClient.MiningContentNode

The requested MiningContentNode if found; null otherwise.

See Also

MiningModel Class
Microsoft.AnalysisServices.AdomdClient Namespace

Return to top