Propriedade do RDL Children
Gets a MiningContentNodeCollection containing the immediate children of the MiningContentNode.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (em Microsoft.AnalysisServices.AdomdClient.dll)
Sintaxe
'Declaração
Public ReadOnly Property Children As MiningContentNodeCollection
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.AnalysisServices.AdomdClient. . :: . .MiningContentNodeCollection
A MiningContentNodeCollection containing the immediate children of the MiningContentNode.
Consulte também