MiningContentNode.ParentUniqueName 属性

获取用于标识 MiningContentNode 的父节点的唯一名称。

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

语法

声明
Public ReadOnly Property ParentUniqueName As String 
    Get
用法
Dim instance As MiningContentNode 
Dim value As String 

value = instance.ParentUniqueName
public string ParentUniqueName { get; }
public:
property String^ ParentUniqueName {
    String^ get ();
}
member ParentUniqueName : string
function get ParentUniqueName () : String

属性值

类型:String
一个字符串,该字符串包含用于标识 MiningContentNode 的父节点的唯一名称。

请参阅

参考

MiningContentNode 类

Microsoft.AnalysisServices.AdomdServer 命名空间