共用方式為


StagingSearchCriteria.StagingBatchStatus 屬性

Gets or sets the processing status of a staging batch.

命名空間:  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
One of the values of StagingBatchStatus. Possible values are All, Cleared, Running, NotRunning, QueuedToClear, and QueuedToRun.

請參閱

參考

StagingSearchCriteria 類別

Microsoft.MasterDataServices 命名空間