Partilhar via


Propriedade do RDL ModelMembersResultCriteria.IncludeConsolidatedMembers

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 (em Microsoft.MasterDataServices.Services.Contracts.dll)

Sintaxe

'Declaração
<DataMemberAttribute> _
Public Property IncludeConsolidatedMembers As Boolean 
    Get 
    Set
'Uso
Dim instance As ModelMembersResultCriteria 
Dim value As Boolean 

value = instance.IncludeConsolidatedMembers

instance.IncludeConsolidatedMembers = value
[DataMemberAttribute]
public bool IncludeConsolidatedMembers { get; set; }
[DataMemberAttribute]
public:
property bool IncludeConsolidatedMembers {
    bool get ();
    void set (bool value);
}
[<DataMemberAttribute>]
member IncludeConsolidatedMembers : bool with get, set
function get IncludeConsolidatedMembers () : boolean 
function set IncludeConsolidatedMembers (value : boolean)

Valor da propriedade

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

Consulte também

Referência

ModelMembersResultCriteria Classe

Namespace Microsoft.MasterDataServices.Services.DataContracts