次の方法で共有


MiningContentNode.Descendants プロパティ

MiningContentNode のすべての子孫を含む MiningContentNodeCollection を取得します。

名前空間:  Microsoft.AnalysisServices.AdomdClient
アセンブリ:  Microsoft.AnalysisServices.AdomdClient (Microsoft.AnalysisServices.AdomdClient.dll)

構文

'宣言
Public ReadOnly Property Descendants As MiningContentNodeCollection 
    Get
'使用
Dim instance As MiningContentNode 
Dim value As MiningContentNodeCollection 

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

プロパティ値

型: Microsoft.AnalysisServices.AdomdClient.MiningContentNodeCollection
MiningContentNode のすべての子孫を含む MiningContentNodeCollection です。

関連項目

参照

MiningContentNode クラス

Microsoft.AnalysisServices.AdomdClient 名前空間