다음을 통해 공유


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 네임스페이스