Proprietà MiningContentNode.Descendants
Ottiene un oggetto MiningContentNodeCollection contenente tutti i discendenti dell'oggetto MiningContentNode.
Spazio dei nomi Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property Descendants As MiningContentNodeCollection
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.AnalysisServices.AdomdServer.MiningContentNodeCollection
Oggetto MiningContentNodeCollection contenente tutti i discendenti dell'oggetto MiningContentNode.