Partager via


Propriété MiningContentNode.Ancestors

Obtient une collection de tous les objets MiningContentNode ancêtres.

Espace de noms :  Microsoft.AnalysisServices.AdomdServer
Assembly :  msmgdsrv (en msmgdsrv.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Ancestors As MiningContentNodeCollection 
    Get
'Utilisation
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

Valeur de propriété

Type : Microsoft.AnalysisServices.AdomdServer.MiningContentNodeCollection
Collection de tous les objets MiningContentNode ancêtres.

Voir aussi

Référence

MiningContentNode Classe

Espace de noms Microsoft.AnalysisServices.AdomdServer