EntityStagingBatchCriteria.BatchSelectionMode-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Gets or sets a selection of entity staging batch.

Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property BatchSelectionMode As EntityStagingBatchSelectionMode 
    Get 
    Set
'Usage
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)

Eigenschaftswert

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

Siehe auch

Verweis

EntityStagingBatchCriteria Klasse

Microsoft.MasterDataServices.Services.DataContracts-Namespace