Partager via


Propriété EntityStagingBatchCriteria.BatchSelectionMode

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 selection of entity staging batch.

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

Syntaxe

'Déclaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property BatchSelectionMode As EntityStagingBatchSelectionMode 
    Get 
    Set
'Utilisation
Dim instance As EntityStagingBatchCriteria 
Dim value As EntityStagingBatchSelectionMode 

value = instance.BatchSelectionMode

instance.BatchSelectionMode = value
[DataMemberAttribute(EmitDefaultValue = false)]
public EntityStagingBatchSelectionMode BatchSelectionMode { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property EntityStagingBatchSelectionMode BatchSelectionMode {
    EntityStagingBatchSelectionMode get ();
    void set (EntityStagingBatchSelectionMode value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member BatchSelectionMode : EntityStagingBatchSelectionMode with get, set
function get BatchSelectionMode () : EntityStagingBatchSelectionMode 
function set BatchSelectionMode (value : EntityStagingBatchSelectionMode)

Valeur de propriété

Type : Microsoft.MasterDataServices.Services.DataContracts.EntityStagingBatchSelectionMode
A selection of entity staging batch.

Voir aussi

Référence

EntityStagingBatchCriteria Classe

Espace de noms Microsoft.MasterDataServices.Services.DataContracts