Freigeben über


MiningModel.GetNodeFromUniqueName-Methode

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

'Declaration
Public Function GetNodeFromUniqueName ( _
    nodeUniqueName As String _
) As MiningContentNode
'Usage
Dim instance As MiningModel 
Dim nodeUniqueName As String 
Dim returnValue As MiningContentNode 

returnValue = instance.GetNodeFromUniqueName(nodeUniqueName)
public MiningContentNode GetNodeFromUniqueName(
    string nodeUniqueName
)
public:
MiningContentNode^ GetNodeFromUniqueName(
    String^ nodeUniqueName
)
member GetNodeFromUniqueName : 
        nodeUniqueName:string -> MiningContentNode
public function GetNodeFromUniqueName(
    nodeUniqueName : String
) : MiningContentNode

Parameter

Rückgabewert

Typ: Microsoft.AnalysisServices.AdomdClient.MiningContentNode
The requested MiningContentNode if found; nullein NULL-Verweis (Nothing in Visual Basic) otherwise.

Siehe auch

Verweis

MiningModel Klasse

Microsoft.AnalysisServices.AdomdClient-Namespace