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 命名空间