Énumération EntityStagingImportType
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Specifies the entity staging import type.
Espace de noms : Microsoft.MasterDataServices
Assembly : Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)
Syntaxe
'Déclaration
<DataContractAttribute(Name := "EntityStagingImportType", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Enumeration EntityStagingImportType
'Utilisation
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
Membres
Nom de membre | 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. |