Partager via


IsDescendant (DMX)

S’applique à : SQL Server Analysis Services

Indique si le nœud actuel provient du nœud spécifié.

Syntaxe

  
IsDescendant(<NodeID>)  

Type renvoyé

Type booléen.

Notes

IsDescendant est utilisé uniquement dans le modèle> SELECT FROM<. CONTENT (DMX) et SELECT FROM <model>. requêtes DIMENSION_CONTENT (DMX).

Exemples

L'exemple suivant retourne tous les cas qui descendent du nœud spécifié dans la fonction IsDescendant.

SELECT * FROM [TM Decision Tree].CONTENT  
WHERE IsDescendant('00000000100')  

Voir aussi

Informations de référence sur les fonctions DMX (Data Mining Extensions)
Fonctions (DMX)
Fonctions de prédiction générales (DMX)