Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets a MiningContentNodeCollection containing all descendants of the MiningContentNode.
Espacio de nombres: Microsoft.AnalysisServices.AdomdClient
Ensamblado: Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)
Sintaxis
'Declaración
Public ReadOnly Property Descendants As MiningContentNodeCollection
Get
'Uso
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
Valor de la propiedad
Tipo: Microsoft.AnalysisServices.AdomdClient.MiningContentNodeCollection
A MiningContentNodeCollection containing all descendants of the MiningContentNode.