Compartilhar via


Propriedade do RDL MiningContentNode.Descendants

Obtém um MiningContentNodeCollection que contém todos os descendentes de MiningContentNode.

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (em msmgdsrv.dll)

Sintaxe

'Declaração
Public ReadOnly Property Descendants As MiningContentNodeCollection 
    Get
'Uso
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

Valor da propriedade

Tipo: Microsoft.AnalysisServices.AdomdServer.MiningContentNodeCollection
Um MiningContentNodeCollection que contém todos os descendentes de MiningContentNode.

Consulte também

Referência

MiningContentNode Classe

Namespace Microsoft.AnalysisServices.AdomdServer