MiningContentNode.Ancestors 属性
获取所有祖先 MiningContentNode 对象的集合。
命名空间: Microsoft.AnalysisServices.AdomdServer
程序集: msmgdsrv(在 msmgdsrv.dll 中)
语法
声明
Public ReadOnly Property Ancestors As MiningContentNodeCollection
Get
用法
Dim instance As MiningContentNode
Dim value As MiningContentNodeCollection
value = instance.Ancestors
public MiningContentNodeCollection Ancestors { get; }
public:
property MiningContentNodeCollection^ Ancestors {
MiningContentNodeCollection^ get ();
}
member Ancestors : MiningContentNodeCollection
function get Ancestors () : MiningContentNodeCollection
属性值
类型:Microsoft.AnalysisServices.AdomdServer.MiningContentNodeCollection
所有祖先 MiningContentNode 对象的集合。