DerivedHierarchy.IsRecursive Property

 

Applies To: SQL Server 2016 Preview

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

Namespace:   Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

[DataMemberAttribute(IsRequired = false)]
public bool IsRecursive { get; internal set; }
public:
[DataMemberAttribute(IsRequired = false)]
property bool IsRecursive {
    bool get();
    internal: void set(bool value);
}
[<DataMemberAttribute(IsRequired = false)>]
member IsRecursive : bool with get, internal set
<DataMemberAttribute(IsRequired := False)>
Public Property IsRecursive As Boolean
    Get
    Friend Set
End Property

Property Value

Type: System.Boolean

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

See Also

DerivedHierarchy Class
Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top