DerivedHierarchy.IsRecursive Property

 

Applies To: SQL Server 2016 Preview

Gets or sets a value indicating whether the derived hierarchy includes a recursive relationship.

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

Syntax

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

Property Value

Type: System.Boolean

true if the derived hierarchy includes a recursive relationship; otherwise false.

See Also

DerivedHierarchy Class
Microsoft.MasterDataServices Namespace

Return to top