EntityStagingBatchCriteria.BatchSelectionMode Propiedad
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Gets or sets a selection of entity staging batch.
Espacio de nombres: Microsoft.MasterDataServices.Services.DataContracts
Ensamblado: Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)
Sintaxis
'Declaración
<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 de la propiedad
Tipo: Microsoft.MasterDataServices.Services.DataContracts.EntityStagingBatchSelectionMode
A selection of entity staging batch.
Vea también
Referencia
EntityStagingBatchCriteria Clase
Espacio de nombres Microsoft.MasterDataServices.Services.DataContracts