Condividi tramite


Proprietà EntityStagingGetCriteria.IncludeClearedBatches

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

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

Spazio dei nomi  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Sintassi

'Dichiarazione
<DataMemberAttribute> _
Public Property IncludeClearedBatches As Boolean
    Get
    Set
'Utilizzo
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)

Valore proprietà

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

Vedere anche

Riferimento

EntityStagingGetCriteria Classe

Spazio dei nomi Microsoft.MasterDataServices