Перечисление EntityStagingImportType

Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.

Specifies the entity staging import type.

Пространство имен:  Microsoft.MasterDataServices.Services.DataContracts
Сборка:  Microsoft.MasterDataServices.Services.Contracts (в Microsoft.MasterDataServices.Services.Contracts.dll)

Синтаксис

'Декларация
<DataContractAttribute(Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Enumeration EntityStagingImportType
'Применение
Dim instance As EntityStagingImportType
[DataContractAttribute(Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum EntityStagingImportType
[DataContractAttribute(Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum class EntityStagingImportType
[<DataContractAttribute(Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type EntityStagingImportType
public enum EntityStagingImportType

Элементы

Имя элемента Описание
Delete The type is Delete.
DeleteSetNull The type is DeleteSetNull.
Insert The type is Insert.
MergeOptimistic The type is MergeOptimistic.
MergeOverwrite The type is MergeOverwrite.
Purge The type is Purge.
PurgeSetNull The type is PurgeSetNull.

См. также

Справочник

Пространство имен Microsoft.MasterDataServices.Services.DataContracts