Compartir a través de


Enumeración EntityStagingImportType

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Specifies the entity staging import type.

Espacio de nombres:  Microsoft.MasterDataServices.Services.DataContracts
Ensamblado:  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Sintaxis

'Declaración
<DataContractAttribute(Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Enumeration EntityStagingImportType
'Uso
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

Miembros

Nombre del miembro Descripción
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.

Vea también

Referencia

Espacio de nombres Microsoft.MasterDataServices.Services.DataContracts