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