MiningContentNode.Children 属性

获取包含 MiningContentNode 的直接子级的 MiningContentNodeCollection

命名空间:  Microsoft.AnalysisServices.AdomdServer
程序集:  msmgdsrv(在 msmgdsrv.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.AdomdServer.MiningContentNodeCollection
一个 MiningContentNodeCollection,它包含 MiningContentNode 的直接子级。

请参阅

参考

MiningContentNode 类

Microsoft.AnalysisServices.AdomdServer 命名空间