共用方式為


MiningContentNode.Descendants 屬性

取得 MiningContentNodeCollection,其中包含 MiningContentNode 的所有下階。

命名空間:  Microsoft.AnalysisServices.AdomdServer
組件:  msmgdsrv (在 msmgdsrv.dll 中)

語法

'宣告
Public ReadOnly Property Descendants As MiningContentNodeCollection 
    Get
'用途
Dim instance As MiningContentNode 
Dim value As MiningContentNodeCollection 

value = instance.Descendants
public MiningContentNodeCollection Descendants { get; }
public:
property MiningContentNodeCollection^ Descendants {
    MiningContentNodeCollection^ get ();
}
member Descendants : MiningContentNodeCollection
function get Descendants () : MiningContentNodeCollection

屬性值

型別:Microsoft.AnalysisServices.AdomdServer.MiningContentNodeCollection
MiningContentNodeCollection ,其中包含 MiningContentNode 的所有下階。

請參閱

參考

MiningContentNode 類別

Microsoft.AnalysisServices.AdomdServer 命名空間