Partilhar via


Enumeração EntityStagingBatchSelectionMode

Specifies an entity staging batch selection mode.

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

Sintaxe

'Declaração
<DataContractAttribute(Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Enumeration EntityStagingBatchSelectionMode
'Uso
Dim instance As EntityStagingBatchSelectionMode
[DataContractAttribute(Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum EntityStagingBatchSelectionMode
[DataContractAttribute(Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum class EntityStagingBatchSelectionMode
[<DataContractAttribute(Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type EntityStagingBatchSelectionMode
public enum EntityStagingBatchSelectionMode

Membros

Nome do membro Descrição
All The selection is All.
BatchId The selection is BatchId.
NoBatchTag The selection is NoBatchTag.
SingleBatchTag The selection is SingleBatchTag.

Consulte também

Referência

Namespace Microsoft.MasterDataServices.Services.DataContracts