MiningContentNode.Children プロパティ

MiningContentNode の直接の子を含む MiningContentNodeCollection を取得します。

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

構文

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

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

プロパティ値

型: Microsoft.AnalysisServices.AdomdClient.MiningContentNodeCollection
MiningContentNode の直接の子を含む MiningContentNodeCollection です。

関連項目

参照

MiningContentNode クラス

Microsoft.AnalysisServices.AdomdClient 名前空間