次の方法で共有


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