StagingBatchStatus Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the processing status of a staging (import) batch.
public enum class StagingBatchStatus
[System.Runtime.Serialization.DataContract(Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum StagingBatchStatus
[<System.Runtime.Serialization.DataContract(Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type StagingBatchStatus =
Public Enum StagingBatchStatus
- Inheritance
-
StagingBatchStatus
- Attributes
Fields
Name | Value | Description |
---|---|---|
All | 0 | All statuses. |
QueuedToRun | 1 | The batch is queued for processing. |
NotRunning | 2 | The batch is not running and is not queued for processing. |
Running | 3 | The batch is being processed. |
QueuedToClear | 4 | The batch is queued for deletion of the records. |
Cleared | 5 | The records in the batch have been deleted. |
AllExceptCleared | 6 | This value indicates all statuses except for the Cleared status. |
Completed | 7 | The batch is finished being processed. |
Remarks
The StagingBatchStatus simple type specifies the processing status of a staging (import) batch.