Partager via


Propriété EntityStagingGetCriteria.IncludeClearedBatches

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

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

Espace de noms :  Microsoft.MasterDataServices
Assembly :  Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)

Syntaxe

'Déclaration
<DataMemberAttribute> _
Public Property IncludeClearedBatches As Boolean
    Get
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

EntityStagingGetCriteria Classe

Espace de noms Microsoft.MasterDataServices