Свойство MiningContentNode.Children

Gets a MiningContentNodeCollection containing the immediate children of the MiningContentNode.

Пространство имен:  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
A MiningContentNodeCollection containing the immediate children of the MiningContentNode.

См. также

Справочник

MiningContentNode Класс

Пространство имен Microsoft.AnalysisServices.AdomdClient