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