次の方法で共有


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