Condividi tramite


Proprietà Children

Gets a MiningContentNodeCollection containing the immediate children of the MiningContentNode.

Spazio dei nomi  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Children As MiningContentNodeCollection
    Get
'Utilizzo
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