EntityStagingBatchSelectionMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The selection mode of a staging (import) batch.
public enum class EntityStagingBatchSelectionMode
[System.Runtime.Serialization.DataContract(Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum EntityStagingBatchSelectionMode
[<System.Runtime.Serialization.DataContract(Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type EntityStagingBatchSelectionMode =
Public Enum EntityStagingBatchSelectionMode
- Inheritance
-
EntityStagingBatchSelectionMode
- Attributes
Fields
Name | Value | Description |
---|---|---|
SingleBatchTag | 0 | Single batch tag. |
NoBatchTag | 1 | No batch tag. |
BatchId | 2 | Batch identifier. |
All | 3 | All. |
Remarks
The EntityStagingBatchSelectionMode simple type specifies the selection mode of a staging (import) batch.