Compartilhar via


Propriedade do RDL MiningContentNode.Descendants

Gets a MiningContentNodeCollection containing all descendants of the MiningContentNode.

Namespace:  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (em Microsoft.AnalysisServices.AdomdClient.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.AdomdClient.MiningContentNodeCollection
A MiningContentNodeCollection containing all descendants of the MiningContentNode.

Consulte também

Referência

MiningContentNode Classe

Namespace Microsoft.AnalysisServices.AdomdClient