MiningContentNode.Descendants 属性
获取包含 MiningContentNode 的所有后代的 MiningContentNodeCollection。
命名空间: 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 的所有后代。