共用方式為


Ancestors 屬性

Gets a collection of all ancestor MiningContentNode objects.

命名空間:  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