次の方法で共有


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

属性

適用対象