DerivedHierarchy.AnchorNullRecursions Property

 

Applies To: SQL Server 2016 Preview

Gets or sets a value indicating whether to anchor null recursive relationships in the derived hierarchy.

Namespace:   Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

[DataMemberAttribute]
public bool AnchorNullRecursions { get; set; }
public:
[DataMemberAttribute]
property bool AnchorNullRecursions {
    bool get();
    void set(bool value);
}
[<DataMemberAttribute>]
member AnchorNullRecursions : bool with get, set
<DataMemberAttribute>
Public Property AnchorNullRecursions As Boolean

Property Value

Type: System.Boolean

true if the hierarchy anchors null recursive relationships; otherwise false.

See Also

DerivedHierarchy Class
Microsoft.MasterDataServices Namespace

Return to top