StagingBatchDeleteType 열거형
Contains values specifying the type of deletion to process on staging batches.
네임스페이스: Microsoft.MasterDataServices.Services.DataContracts
어셈블리: Microsoft.MasterDataServices.Services(Microsoft.MasterDataServices.Services.dll)
구문
‘선언
<DataContractAttribute(Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Enumeration StagingBatchDeleteType
‘사용 방법
Dim instance As StagingBatchDeleteType
[DataContractAttribute(Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum StagingBatchDeleteType
[DataContractAttribute(Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum class StagingBatchDeleteType
[<DataContractAttribute(Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type StagingBatchDeleteType
public enum StagingBatchDeleteType
멤버
멤버 이름 | 설명 | |
---|---|---|
ModelAllStatuses | Delete all statuses. | |
ModelLoadedStatusOnly | Delete only model loaded status. | |
All | Delete all staging batches. |