言語

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

属性

適用対象