Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets a collection of all ancestor MiningContentNode objects.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
Public ReadOnly Property Ancestors As MiningContentNodeCollection
Get
'Usage
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
Property Value
Type: Microsoft.AnalysisServices.AdomdServer.MiningContentNodeCollection
A collection of all ancestor MiningContentNode objects.