ModelMembersResultCriteria.IncludeConsolidatedMembers Property

 

Applies To: SQL Server 2016 Preview

Gets or sets a value indicating whether consolidated members are to be included in the results.

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

Syntax

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

Property Value

Type: System.Boolean

true if consolidated members are to be included in the results; otherwise, false.

See Also

ModelMembersResultCriteria Class
Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top