EntityStagingImportType-Enumeration
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Specifies the entity staging import type.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<DataContractAttribute(Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Enumeration EntityStagingImportType
'Usage
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
Elemente
Elementname | Beschreibung | |
---|---|---|
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. |
Siehe auch
Verweis
Microsoft.MasterDataServices.Services.DataContracts-Namespace