Partager via


Propriété MiningContentNode.Children

Obtient un MiningContentNodeCollection qui contient les enfants immédiats du MiningContentNode.

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

Syntaxe

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

Valeur de propriété

Type : Microsoft.AnalysisServices.AdomdServer.MiningContentNodeCollection
MiningContentNodeCollection qui contient les enfants immédiats du MiningContentNode.

Voir aussi

Référence

MiningContentNode Classe

Espace de noms Microsoft.AnalysisServices.AdomdServer