Gets a MiningContentNode from the Content collection, using the UniqueName property of the MiningContentNode.
命名空间: Microsoft.AnalysisServices.AdomdClient
程序集: Microsoft.AnalysisServices.AdomdClient (in microsoft.analysisservices.adomdclient.dll)
语法
声明
Public Function GetNodeFromUniqueName ( _
nodeUniqueName As String _
) As MiningContentNode
public MiningContentNode GetNodeFromUniqueName (
string nodeUniqueName
)
public:
MiningContentNode^ GetNodeFromUniqueName (
String^ nodeUniqueName
)
public MiningContentNode GetNodeFromUniqueName (
String nodeUniqueName
)
public function GetNodeFromUniqueName (
nodeUniqueName : String
) : MiningContentNode
参数
- nodeUniqueName
The unique name of the MiningContentNode to retrieve.
返回值
Returns the requested MiningContentNode if found; null otherwise.
线程安全
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
平台
开发平台
有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。
目标平台
有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。
请参阅
参考
MiningModel Class
MiningModel Members
Microsoft.AnalysisServices.AdomdClient Namespace