Proprietà MiningContentNode.Children
Ottiene un oggetto MiningContentNodeCollection contenente gli elementi figlio diretti dell'oggetto MiningContentNode.
Spazio dei nomi Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property Children As MiningContentNodeCollection
Get
'Utilizzo
Dim instance As MiningContentNode
Dim value As MiningContentNodeCollection
value = instance.Children
public MiningContentNodeCollection Children { get; }
public:
property MiningContentNodeCollection^ Children {
MiningContentNodeCollection^ get ();
}
member Children : MiningContentNodeCollection
function get Children () : MiningContentNodeCollection
Valore proprietà
Tipo: Microsoft.AnalysisServices.AdomdServer.MiningContentNodeCollection
Oggetto MiningContentNodeCollection contenente gli elementi figlio diretti dell'oggetto MiningContentNode.