Nota
O acesso a esta página requer autorização. Podes tentar iniciar sessão ou mudar de diretório.
O acesso a esta página requer autorização. Podes tentar mudar de diretório.
Contains values specifying the type of deletion to process on staging batches.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (em Microsoft.MasterDataServices.Services.Contracts.dll)
Sintaxe
'Declaração
<DataContractAttribute(Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Enumeration StagingBatchDeleteType
'Uso
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
Membros
| Nome do membro | Descrição | |
|---|---|---|
| All | Delete all staging batches. | |
| ModelAllStatuses | Delete all statuses. | |
| ModelLoadedStatusOnly | Delete only model loaded status. |
Consulte também
Referência
Namespace Microsoft.MasterDataServices.Services.DataContracts