Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Specifies the entity staging import type.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataContractAttribute(Name := "EntityStagingImportType", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Enumeration EntityStagingImportType
'Usage
Dim instance As EntityStagingImportType
[DataContractAttribute(Name = "EntityStagingImportType", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum EntityStagingImportType
[DataContractAttribute(Name = L"EntityStagingImportType", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum class EntityStagingImportType
[<DataContractAttribute(Name = "EntityStagingImportType", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type EntityStagingImportType
public enum EntityStagingImportType
Members
Member name | Description | |
---|---|---|
MergeOptimistic | The type is MergeOptimistic. | |
Insert | The type is Insert. | |
MergeOverwrite | The type is MergeOverwrite. | |
Delete | The type is Delete. | |
Purge | The type is Purge. | |
DeleteSetNull | The type is DeleteSetNull. | |
PurgeSetNull | The type is PurgeSetNull. |