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. |