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. |