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
參數
- nodeUniqueName
型別:System. . :: . .String
The unique name of the MiningContentNode to retrieve.
傳回值
型別:Microsoft.AnalysisServices.AdomdClient. . :: . .MiningContentNode
Returns the requested MiningContentNode if found; nullNothingnullptrunitnull 參考 (在 Visual Basic 中為 Nothing) otherwise.