EntityStagingBatchSelectionMode 列舉
Specifies an entity staging batch selection mode.
命名空間: Microsoft.MasterDataServices.Services.DataContracts
組件: Microsoft.MasterDataServices.Services.Contracts (在 Microsoft.MasterDataServices.Services.Contracts.dll 中)
語法
'宣告
<DataContractAttribute(Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Enumeration EntityStagingBatchSelectionMode
'用途
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
成員
成員名稱 | 說明 | |
---|---|---|
All | The selection is All. | |
BatchId | The selection is BatchId. | |
NoBatchTag | The selection is NoBatchTag. | |
SingleBatchTag | The selection is SingleBatchTag. |