MiningContentNode.Descendants Property
Gets a MiningContentNodeCollection containing all descendants of the MiningContentNode.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
Public ReadOnly Property Descendants As MiningContentNodeCollection
Get
'Usage
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
Property Value
Type: Microsoft.AnalysisServices.AdomdServer.MiningContentNodeCollection
A MiningContentNodeCollection containing all descendants of the MiningContentNode.