SqlHierarchyId.GetDescendant(SqlHierarchyId, SqlHierarchyId) Método

Definición

Obtiene el valor de un nodo descendiente SqlHierarchyId que es mayor child1 que y menor que 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

Parámetros

child1
SqlHierarchyId

Límite inferior.

child2
SqlHierarchyId

Límite superior.

Devoluciones

con SqlHierarchyId un valor mayor que el límite inferior y menor que el límite superior.

Atributos

Se aplica a