Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
Contains values specifying the processing status of a staging (import) batch.
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 StagingBatchStatus
'Uso
Dim instance As StagingBatchStatus
[DataContractAttribute(Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum StagingBatchStatus
[DataContractAttribute(Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum class StagingBatchStatus
[<DataContractAttribute(Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type StagingBatchStatus
public enum StagingBatchStatus
Membros
| Nome do membro | Descrição | |
|---|---|---|
| All | Includes all statuses of the staging batch. | |
| AllExceptCleared | Includes all statuses of the staging batch except the Cleared status. | |
| Cleared | The batch records have been deleted. | |
| Completed | The batch records have been completed. | |
| NotRunning | The batch is not running and is not queued for processing. | |
| QueuedToClear | The batch is queued for deletion. | |
| QueuedToRun | The batch is queued for processing. | |
| Running | The batch is being processed. |
Consulte também
Referência
Namespace Microsoft.MasterDataServices.Services.DataContracts