共用方式為


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