共用方式為


MiningContentNode.Children 屬性

Gets a MiningContentNodeCollection containing the immediate children of the MiningContentNode.

命名空間:  Microsoft.AnalysisServices.AdomdClient
組件:  Microsoft.AnalysisServices.AdomdClient (在 Microsoft.AnalysisServices.AdomdClient.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

屬性值

型別:Microsoft.AnalysisServices.AdomdClient.MiningContentNodeCollection
A MiningContentNodeCollection containing the immediate children of the MiningContentNode.

請參閱

參考

MiningContentNode 類別

Microsoft.AnalysisServices.AdomdClient 命名空間