StagingBatchInformation.Status 属性

定义

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

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

属性值

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

属性

适用于