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