다음을 통해 공유


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 네임스페이스