EntityStagingImportType 枚举

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

Specifies the entity staging import type.

命名空间:  Microsoft.MasterDataServices
程序集:  Microsoft.MasterDataServices(在 Microsoft.MasterDataServices.dll 中)

语法

声明
<DataContractAttribute(Name := "EntityStagingImportType", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Enumeration EntityStagingImportType
用法
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

成员

成员名称 说明
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.

请参阅

参考

Microsoft.MasterDataServices 命名空间