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 a value that indicates whether the “cleared batches” also be returned in the results.
Espace de noms : Microsoft.MasterDataServices.Services.DataContracts
Assembly : Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.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 the “cleared batches” also be returned in the results; otherwise, false.
Voir aussi
Référence
EntityStagingGetCriteria Classe
Espace de noms Microsoft.MasterDataServices.Services.DataContracts