DerivedHierarchy.AnchorNullRecursions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies an indicator for determining whether null recursive relationships will be anchored. Only applies when the top level of the hierarchy is recursive. When true, only members whose domain attribute value is null will appear directly under the hierarchy root. This ensures that each member only appears once at that hierarchy level. When false, all members will appear directly under root, which means a member can appear multiple times (under root at under its recursive parent).
public:
property bool AnchorNullRecursions { bool get(); void set(bool value); };
[System.Runtime.Serialization.DataMember(IsRequired=false)]
public bool AnchorNullRecursions { get; set; }
[<System.Runtime.Serialization.DataMember(IsRequired=false)>]
member this.AnchorNullRecursions : bool with get, set
Public Property AnchorNullRecursions As Boolean
Property Value
true
if the indicator determines whether null recursive relationships will be anchored; otherwise, false
.
- Attributes