다음을 통해 공유


StagingBatchStatus 열거형

Contains values specifying the processing status of a staging (import) batch.

네임스페이스:  Microsoft.MasterDataServices.Services.DataContracts
어셈블리:  Microsoft.MasterDataServices.Services.Contracts(Microsoft.MasterDataServices.Services.Contracts.dll)

구문

‘선언
<DataContractAttribute(Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Enumeration StagingBatchStatus
‘사용 방법
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

멤버

멤버 이름 설명
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.

참고 항목

참조

Microsoft.MasterDataServices.Services.DataContracts 네임스페이스