Свойство Ancestors
Gets a collection of all ancestor MiningContentNode objects.
Пространство имен: Microsoft.AnalysisServices.AdomdServer
Сборка: msmgdsrv (в msmgdsrv.dll)
Синтаксис
'Декларация
Public ReadOnly Property Ancestors As MiningContentNodeCollection
Get
'Применение
Dim instance As MiningContentNode
Dim value As MiningContentNodeCollection
value = instance.Ancestors
public MiningContentNodeCollection Ancestors { get; }
public:
property MiningContentNodeCollection^ Ancestors {
MiningContentNodeCollection^ get ();
}
member Ancestors : MiningContentNodeCollection
function get Ancestors () : MiningContentNodeCollection
Значение свойства
Тип: Microsoft.AnalysisServices.AdomdServer. . :: . .MiningContentNodeCollection
A collection of all ancestor MiningContentNode objects.
См. также