Langue

SqlHierarchyId.GetDescendant(SqlHierarchyId, SqlHierarchyId) Méthode

Définition

Obtient la valeur d’un nœud descendant SqlHierarchyId supérieur child1 et inférieur à child2.

[Microsoft.SqlServer.Server.SqlMethod(DataAccess=Microsoft.SqlServer.Server.DataAccessKind.None, InvokeIfReceiverIsNull=false, IsDeterministic=true, IsMutator=false, IsPrecise=true, OnNullCall=true, SystemDataAccess=Microsoft.SqlServer.Server.SystemDataAccessKind.None)]
public Microsoft.SqlServer.Types.SqlHierarchyId GetDescendant(Microsoft.SqlServer.Types.SqlHierarchyId child1, Microsoft.SqlServer.Types.SqlHierarchyId child2);
[<Microsoft.SqlServer.Server.SqlMethod(DataAccess=Microsoft.SqlServer.Server.DataAccessKind.None, InvokeIfReceiverIsNull=false, IsDeterministic=true, IsMutator=false, IsPrecise=true, OnNullCall=true, SystemDataAccess=Microsoft.SqlServer.Server.SystemDataAccessKind.None)>]
member this.GetDescendant : Microsoft.SqlServer.Types.SqlHierarchyId * Microsoft.SqlServer.Types.SqlHierarchyId -> Microsoft.SqlServer.Types.SqlHierarchyId
Public Function GetDescendant (child1 As SqlHierarchyId, child2 As SqlHierarchyId) As SqlHierarchyId

Paramètres

child1
SqlHierarchyId

Limite inférieure.

child2
SqlHierarchyId

Limite supérieure.

Retours

Valeur SqlHierarchyId supérieure à la limite inférieure et inférieure à la limite supérieure.

Attributs

S’applique à