HierarchyMembersGetCriteria.Ancestors Property

 

Applies To: SQL Server 2016 Preview

Gets or sets a value that indicates whether the ancestors of the supplied member code will be retrieved.

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

Syntax

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

Property Value

Type: System.Boolean

true if the ancestors of the supplied member code will be retrieved; otherwise, false.

See Also

HierarchyMembersGetCriteria Class
Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top