EntityStagingImportType Enum

Definition

The import type of a staging (import) batch.

public enum class EntityStagingImportType
[System.Runtime.Serialization.DataContract(Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum EntityStagingImportType
[<System.Runtime.Serialization.DataContract(Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type EntityStagingImportType = 
Public Enum EntityStagingImportType
Inheritance
EntityStagingImportType
Attributes

Fields

Delete 3

Delete.

DeleteSetNull 5

Delete set null.

Insert 1

Insert.

MergeOptimistic 0

Merge optimistic.

MergeOverwrite 2

Merge overwrite.

Purge 4

Purge.

PurgeSetNull 6

Purge set null.

Remarks

The EntityStagingImportType simple type specifies the import type of a staging (import) batch.

Applies to