次の方法で共有


MiningContentNode.ParentNode プロパティ

MiningContentNode の直接の親ノードを取得します。

名前空間:  Microsoft.AnalysisServices.AdomdClient
アセンブリ:  Microsoft.AnalysisServices.AdomdClient (Microsoft.AnalysisServices.AdomdClient.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.AdomdClient.MiningContentNode
MiningContentNode の直接の親を表す MiningContentNode です。

関連項目

参照

MiningContentNode クラス

Microsoft.AnalysisServices.AdomdClient 名前空間