Share via


Children 속성

Gets a MiningContentNodeCollection containing the immediate children of the MiningContentNode.

네임스페이스:  Microsoft.AnalysisServices.AdomdServer
어셈블리:  msmgdsrv(msmgdsrv.dll)

구문

‘선언
Public ReadOnly Property Children As MiningContentNodeCollection
    Get
‘사용 방법
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