Partager via


Propriété Descendants

Gets a MiningContentNodeCollection containing all descendants of the MiningContentNode.

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

Syntaxe

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