Compartilhar via


Propriedade do RDL MiningContentNode.Children

Obtém um MiningContentNodeCollection que contém o filho imediato de MiningContentNode.

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

Sintaxe

'Declaração
Public ReadOnly Property Children As MiningContentNodeCollection 
    Get
'Uso
Dim instance As MiningContentNode 
Dim value As MiningContentNodeCollection 

value = instance.Children
public MiningContentNodeCollection Children { get; }
public:
property MiningContentNodeCollection^ Children {
    MiningContentNodeCollection^ get ();
}
member Children : MiningContentNodeCollection
function get Children () : MiningContentNodeCollection

Valor da propriedade

Tipo: Microsoft.AnalysisServices.AdomdServer.MiningContentNodeCollection
Um MiningContentNodeCollection que contém o filho imediato de MiningContentNode.

Consulte também

Referência

MiningContentNode Classe

Namespace Microsoft.AnalysisServices.AdomdServer