Partilhar via


Propriedade do RDL EntityStagingGetCriteria.IncludeClearedBatches

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets or sets whether “cleared batches” also be returned in the results.

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

Sintaxe

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

value = instance.IncludeClearedBatches

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

Valor da propriedade

Tipo: System.Boolean
True if “cleared batches” also be returned in the results; otherwise, false.

Consulte também

Referência

EntityStagingGetCriteria Classe

Namespace Microsoft.MasterDataServices