Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Contains values specifying the processing status of a staging (import) batch.
Espacio de nombres: Microsoft.MasterDataServices
Ensamblado: Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)
Sintaxis
'Declaración
<DataContractAttribute(Name := "StagingBatchStatus", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Enumeration StagingBatchStatus
'Uso
Dim instance As StagingBatchStatus
[DataContractAttribute(Name = "StagingBatchStatus", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum StagingBatchStatus
[DataContractAttribute(Name = L"StagingBatchStatus", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum class StagingBatchStatus
[<DataContractAttribute(Name = "StagingBatchStatus", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type StagingBatchStatus
public enum StagingBatchStatus
Miembros
| Nombre del miembro | Descripción | |
|---|---|---|
| All | Includes all statuses of the staging batch. | |
| QueuedToRun | The batch is queued for processing. | |
| NotRunning | The batch is not running and is not queued for processing. | |
| Running | The batch is being processed. | |
| QueuedToClear | The batch is queued for deletion. | |
| Cleared | The batch records have been deleted. | |
| AllExceptCleared | Includes all statuses of the staging batch except the Cleared status. | |
| Completed | The batch records have been completed. |