EntityStagingImportType Enum

Definition

Specifies the entity staging import type.

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

Fields

Delete 3

The type is Delete.

DeleteSetNull 5

The type is DeleteSetNull.

Insert 1

The type is Insert.

MergeOptimistic 0

The type is MergeOptimistic.

MergeOverwrite 2

The type is MergeOverwrite.

Purge 4

The type is Purge.

PurgeSetNull 6

The type is PurgeSetNull.

Applies to