StagingSearchCriteria.StagingBatchStatus 属性

定义

获取或设置临时批处理的处理状态。

public:
 property Microsoft::MasterDataServices::StagingBatchStatus StagingBatchStatus { Microsoft::MasterDataServices::StagingBatchStatus get(); void set(Microsoft::MasterDataServices::StagingBatchStatus value); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public Microsoft.MasterDataServices.StagingBatchStatus StagingBatchStatus { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.StagingBatchStatus : Microsoft.MasterDataServices.StagingBatchStatus with get, set
Public Property StagingBatchStatus As StagingBatchStatus

属性值

StagingBatchStatus 值之一。 可能的值为 All、Cleared、Running、NotRunning、QueuedToClear 和 QueuedToRun。

属性

适用于