MiningContentNode.Children Property

Gets a MiningContentNodeCollection containing the immediate children of the MiningContentNode.

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

Syntax

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

Property Value

Type: Microsoft.AnalysisServices.AdomdServer.MiningContentNodeCollection
A MiningContentNodeCollection containing the immediate children of the MiningContentNode.

See Also

Reference

MiningContentNode Class

Microsoft.AnalysisServices.AdomdServer Namespace