次の方法で共有


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 の値の 1 つです。 有効値は、All、Cleared、Running、NotRunning、QueuedToClear、および QueuedToRun です。

属性

適用対象