言語

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です。

属性

適用対象