Propriété MiningContentNode.Ancestors
Gets a collection of all ancestor MiningContentNode objects.
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
A collection of all ancestor MiningContentNode objects.