次の方法で共有


EntityStagingBatchSelectionMode 列挙体

エンティティのステージング バッチ選択モードを指定します。

名前空間:  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 選択モードは All です。
BatchId 選択モードは BatchId です。
NoBatchTag 選択モードは NoBatchTag です。
SingleBatchTag 選択モードは SingleBatchTag です。

関連項目

参照

Microsoft.MasterDataServices.Services.DataContracts 名前空間