MiningContentNode.ParentNode 属性

获取 MiningContentNode 的直接父级。

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

语法

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

value = instance.ParentNode
public MiningContentNode ParentNode { get; }
public:
property MiningContentNode^ ParentNode {
    MiningContentNode^ get ();
}
member ParentNode : MiningContentNode
function get ParentNode () : MiningContentNode

属性值

类型:Microsoft.AnalysisServices.AdomdServer.MiningContentNode
一个 MiningContentNode,它表示 MiningContentNode 的直接父级。

请参阅

参考

MiningContentNode 类

Microsoft.AnalysisServices.AdomdServer 命名空间