StagingBatchDeleteType Enumeration

 

Contains values specifying the type of deletion to process on staging batches.

Namespace:   Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

[DataContractAttribute(Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum StagingBatchDeleteType
[DataContractAttribute(Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum class StagingBatchDeleteType
[<DataContractAttribute(Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type StagingBatchDeleteType
<DataContractAttribute(Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>
Public Enumeration StagingBatchDeleteType

Members

Member name Description
All

Delete all staging batches.

ModelAllStatuses

Delete all statuses.

ModelLoadedStatusOnly

Delete only model loaded status.

See Also

Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top