ステージング バッチの処理状態を取得または設定します。
名前空間: Microsoft.MasterDataServices
アセンブリ: Microsoft.MasterDataServices (Microsoft.MasterDataServices.dll)
構文
'宣言
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property StagingBatchStatus As StagingBatchStatus
Get
Set
'使用
Dim instance As StagingSearchCriteria
Dim value As StagingBatchStatus
value = instance.StagingBatchStatus
instance.StagingBatchStatus = value
[DataMemberAttribute(EmitDefaultValue = false)]
public StagingBatchStatus StagingBatchStatus { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property StagingBatchStatus StagingBatchStatus {
StagingBatchStatus get ();
void set (StagingBatchStatus value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member StagingBatchStatus : StagingBatchStatus with get, set
function get StagingBatchStatus () : StagingBatchStatus
function set StagingBatchStatus (value : StagingBatchStatus)
プロパティ値
型: Microsoft.MasterDataServices.StagingBatchStatus
StagingBatchStatus の値の 1 つ。有効値は、All、Cleared、Running、NotRunning、QueuedToClear、および QueuedToRun です。