Свойство Descendants
Gets a MiningContentNodeCollection containing all descendants of the MiningContentNode.
Пространство имен: Microsoft.AnalysisServices.AdomdClient
Сборка: Microsoft.AnalysisServices.AdomdClient (в Microsoft.AnalysisServices.AdomdClient.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.AdomdClient. . :: . .MiningContentNodeCollection
A MiningContentNodeCollection containing all descendants of the MiningContentNode.
См. также