Propriedade do RDL EntityStagingBatchCriteria.BatchSelectionMode
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Gets or sets a selection of entity staging batch.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (em Microsoft.MasterDataServices.Services.Contracts.dll)
Sintaxe
'Declaração
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property BatchSelectionMode As EntityStagingBatchSelectionMode
Get
Set
'Uso
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)
Valor da propriedade
Tipo: Microsoft.MasterDataServices.Services.DataContracts.EntityStagingBatchSelectionMode
A selection of entity staging batch.
Consulte também
Referência
EntityStagingBatchCriteria Classe
Namespace Microsoft.MasterDataServices.Services.DataContracts