MiningModel.GetNodeFromUniqueName 方法

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

命名空间:  Microsoft.AnalysisServices.AdomdClient
程序集:  Microsoft.AnalysisServices.AdomdClient(在 Microsoft.AnalysisServices.AdomdClient.dll 中)

语法

声明
Public Function GetNodeFromUniqueName ( _
    nodeUniqueName As String _
) As MiningContentNode
用法
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

参数

返回值

类型:Microsoft.AnalysisServices.AdomdClient.MiningContentNode
The requested MiningContentNode if found; nullnull 引用(在 Visual Basic 中为 Nothing) otherwise.

请参阅

参考

MiningModel 类

Microsoft.AnalysisServices.AdomdClient 命名空间