EntityStagingBatchSelectionMode Enum

Definition

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

All 3

All.

BatchId 2

Batch identifier.

NoBatchTag 1

No batch tag.

SingleBatchTag 0

Single batch tag.

Remarks

The EntityStagingBatchSelectionMode simple type specifies the selection mode of a staging (import) batch.

Applies to