다음을 통해 공유


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 네임스페이스