Поделиться через


Свойство Descendants

Gets a MiningContentNodeCollection containing all descendants of the MiningContentNode.

Пространство имен:  Microsoft.AnalysisServices.AdomdServer
Сборка:  msmgdsrv (в msmgdsrv.dll)

Синтаксис

'Декларация
Public ReadOnly Property Descendants As MiningContentNodeCollection
    Get
'Применение
Dim instance As MiningContentNode
Dim value As MiningContentNodeCollection

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

Значение свойства

Тип: Microsoft.AnalysisServices.AdomdServer. . :: . .MiningContentNodeCollection
A MiningContentNodeCollection containing all descendants of the MiningContentNode.