EntityStagingBatchSelectionMode Enum
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
C#
[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
Name | Value | Description |
---|---|---|
SingleBatchTag | 0 | Single batch tag. |
NoBatchTag | 1 | No batch tag. |
BatchId | 2 | Batch identifier. |
All | 3 | All. |
The EntityStagingBatchSelectionMode simple type specifies the selection mode of a staging (import) batch.
Toode | Versioonid |
---|---|
SQL Server .NET SDK | 2016, 2017, 2019 |