SqlHierarchyId.GetDescendant(SqlHierarchyId, SqlHierarchyId) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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