Sprache

SqlHierarchyId.GetDescendant(SqlHierarchyId, SqlHierarchyId) Methode

Definition

Ruft den Wert eines untergeordneten SqlHierarchyId Knotens ab, der größer als child1 und kleiner als child2ist.

[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

Parameter

child1
SqlHierarchyId

Die untere Grenze.

child2
SqlHierarchyId

Die obere Grenze.

Gibt zurück

A SqlHierarchyId mit einem Wert, der größer als die untere grenze und kleiner als die obere Grenze ist.

Attribute

Gilt für: