Compartir a través de


Children Propiedad

Gets a MiningContentNodeCollection containing the immediate children of the MiningContentNode.

Espacio de nombres:  Microsoft.AnalysisServices.AdomdServer
Ensamblado:  msmgdsrv (en msmgdsrv.dll)

Sintaxis

'Declaración
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